diff options
Diffstat (limited to '')
-rw-r--r-- | templates/repo_log.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl index 0ad6f39..88b978d 100644 --- a/templates/repo_log.html.tmpl +++ b/templates/repo_log.html.tmpl @@ -11,7 +11,7 @@ <table id="commits" class="wide"> <thead> <tr class="title-row"> - <th colspan="4">Commits on {{ .ref }}</th> + <th colspan="4">Commits on {{ .ref_name }}</th> </tr> <tr> <th scope="col">ID</th> |