tangled
alpha
login
or
join now
bad-example.com
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
hr between commits
oppi.li
1 year ago
1fc6db2a
ceae5a39
+2
2 changed files
expand all
collapse all
unified
split
appview
pages
templates
repo
index.html
log.html
+1
appview/pages/templates/repo/index.html
···
16
16
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
17
17
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
18
18
</div>
19
19
+
<hr />
19
20
{{ end }}
20
21
</div>
21
22
{{- if .Readme }}
+1
appview/pages/templates/repo/log.html
···
16
16
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
17
17
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
18
18
</div>
19
19
+
<hr />
19
20
{{ end }}
20
21
</div>
21
22
</main>