forked from tangled.org/core
this repo has no description

show repo links only if non-empty

Changed files
+3
appview
pages
templates
layouts
+3
appview/pages/templates/layouts/repobase.html
···
<em>this repo has no description</em>
</div>
<div id="repo-links">
<nav>
<a href="/{{ .RepoInfo.FullName }}">summary</a>&nbsp;·
···
<a href="/{{ .RepoInfo.FullName }}/tags">tags</a>
</nav>
<div>
{{ end }}
···
<em>this repo has no description</em>
</div>
+
{{ with .IsEmpty }}
+
{{ else }}
<div id="repo-links">
<nav>
<a href="/{{ .RepoInfo.FullName }}">summary</a>&nbsp;·
···
<a href="/{{ .RepoInfo.FullName }}/tags">tags</a>
</nav>
<div>
+
{{ end }}
{{ end }}