forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

appview: commit: use .Author.When here

Changed files
+1 -1
appview
pages
templates
+1 -1
appview/pages/templates/repo/commit.html
···
<a href="mailto:{{ $commit.Author.Email }}" class="no-underline hover:underline text-gray-500 dark:text-gray-300">{{ $commit.Author.Name }}</a>
{{ end }}
<span class="px-1 select-none before:content-['\00B7']"></span>
-
{{ timeFmt $commit.Committer.When }}
<span class="px-1 select-none before:content-['\00B7']"></span>
</p>
···
<a href="mailto:{{ $commit.Author.Email }}" class="no-underline hover:underline text-gray-500 dark:text-gray-300">{{ $commit.Author.Name }}</a>
{{ end }}
<span class="px-1 select-none before:content-['\00B7']"></span>
+
{{ timeFmt $commit.Author.When }}
<span class="px-1 select-none before:content-['\00B7']"></span>
</p>