aboutsummaryrefslogtreecommitdiff
path: root/templates/repo-header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo-header.html')
-rw-r--r--templates/repo-header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo-header.html b/templates/repo-header.html
index 7be2d65..e816ed3 100644
--- a/templates/repo-header.html
+++ b/templates/repo-header.html
@@ -3,7 +3,7 @@
<h2>
<a href="/">all repos</a> &mdash; {{ .displayname }}
{{ if .ref }}
- <span class="ref">@ {{ .ref }}</span>
+ <span class="ref">{{ .ref }}</span>
{{ end }}
</h2>
<h3 class="desc">{{ .desc }}</h3>