cacert-boardvoting/ui/html/partials/nav.html

8 lines
No EOL
233 B
HTML

{{ define "nav" }}
{{ if .Voter | canMangageUsers }}
<nav class="ui top attached tabular menu">
<a class="active item" href="/motions/">Motions</a>
<a class="item" href="/users/">User management</a>
</nav>
{{ end }}
{{ end }}