summaryrefslogtreecommitdiffstats
path: root/templates/repo-header.html
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-02-20 00:24:38 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-02-20 00:24:38 +0000
commitf4ff8fe6eb20ab5b557d7beac095959890e126e8 (patch)
tree41e3c708a0c5c3cb4a318ebcd7739e3f2dc74552 /templates/repo-header.html
parentac0983a89692534daa3d36dba528461b5bb32dbc (diff)
downloadlegit-f4ff8fe6eb20ab5b557d7beac095959890e126e8.tar.gz
legit-f4ff8fe6eb20ab5b557d7beac095959890e126e8.tar.bz2
legit-f4ff8fe6eb20ab5b557d7beac095959890e126e8.zip
fix routes
Diffstat (limited to '')
-rw-r--r--templates/repo-header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo-header.html b/templates/repo-header.html
index f358278..fae5525 100644
--- a/templates/repo-header.html
+++ b/templates/repo-header.html
@@ -1,12 +1,12 @@
{{ define "repoheader" }}
<header>
<h2>
- <a href="/">all repos</a>
- &mdash; {{ .name }}
+ <a href="/">all repos</a>
+ &mdash; {{ .repo }}
{{ if .ref }}
<span class="ref">@ {{ .ref }}</span>
{{ end }}
</h2>
<h3 class="desc">{{ .desc }}</h3>
</header>
-{{ end }}
+{{ end }} \ No newline at end of file