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

8 lines
233 B
HTML
Raw Normal View History

2022-05-09 19:09:24 +00:00
{{ 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>
2022-05-09 19:09:24 +00:00
</nav>
{{ end }}
2022-05-09 19:09:24 +00:00
{{ end }}