aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/repo_log.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl
index 9ef489e..a24138c 100644
--- a/templates/repo_log.html.tmpl
+++ b/templates/repo_log.html.tmpl
@@ -24,7 +24,7 @@
<tbody>
{{- range .commits }}
<tr>
- <td class="commit-id"><a href="../../commit/{{ .ID }}">{{ .ID }}</a></td>
+ <td class="commit-id"><a href="../commit/{{ .ID }}">{{ .ID }}</a></td>
<td class="commit-title">{{ .Message | first_line }}</td>
<td class="commit-author">
<a class="email-name" href="mailto:{{ .Author.Email }}">{{ .Author.Name }}</a>