diff options
Diffstat (limited to 'templates/repo_index.tmpl')
-rw-r--r-- | templates/repo_index.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index ba5ad9e..39e55cf 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -81,7 +81,7 @@ <tbody> {{- range .commits -}} <tr> - <td class="commit-title"><a href="commit/{{- .ID -}}">{{- .Message | first_line -}}</a></td> + <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> </td> |