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
··· 10 10 <em>this repo has no description</em> 11 11 </div> 12 12 13 + {{ with .IsEmpty }} 14 + {{ else }} 13 15 <div id="repo-links"> 14 16 <nav> 15 17 <a href="/{{ .RepoInfo.FullName }}">summary</a>&nbsp;· ··· 17 19 <a href="/{{ .RepoInfo.FullName }}/tags">tags</a> 18 20 </nav> 19 21 <div> 22 + {{ end }} 20 23 21 24 {{ end }} 22 25