forked from tangled.org/core
this repo has no description

hr between commits

Changed files
+2
appview
pages
templates
+1
appview/pages/templates/repo/index.html
···
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
</div>
+
<hr />
{{ end }}
</div>
{{- if .Readme }}
+1
appview/pages/templates/repo/log.html
···
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
</div>
+
<hr />
{{ end }}
</div>
</main>