aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo_index.tmpl')
-rw-r--r--templates/repo_index.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl
index 59efd15..666eaeb 100644
--- a/templates/repo_index.tmpl
+++ b/templates/repo_index.tmpl
@@ -69,10 +69,10 @@
<tr>
<td class="commit-title"><a href="commit/{{- .Hash -}}">{{- .Message | first_line -}}</a></td>
<td class="commit-author">
- <a class="email-name" href="mailto:{{- .Author.Email -}}">{{- .Author.Name -}}</a>
+ <a class="email-name" href="mailto:{{- .Email -}}">{{- .Author -}}</a>
</td>
<td class="commit-time">
- {{- .Author.When.Format "2006-01-02 15:04:05 -0700" -}}
+ {{- .Date -}}
</td>
</tr>
{{- end -}}