+3
appview/pages/templates/layouts/repobase.html
+3
appview/pages/templates/layouts/repobase.html
···
10
<em>this repo has no description</em>
11
</div>
12
13
+
{{ with .IsEmpty }}
14
+
{{ else }}
15
<div id="repo-links">
16
<nav>
17
<a href="/{{ .RepoInfo.FullName }}">summary</a> ·
···
19
<a href="/{{ .RepoInfo.FullName }}/tags">tags</a>
20
</nav>
21
<div>
22
+
{{ end }}
23
24
{{ end }}
25