2022-05-09 19:09:24 +00:00
|
|
|
{{ define "nav" }}
|
2022-05-21 18:49:35 +00:00
|
|
|
{{ if .Voter | canManageUsers }}
|
2022-05-21 17:18:17 +00:00
|
|
|
<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>
|
2022-05-21 17:18:17 +00:00
|
|
|
{{ end }}
|
2022-05-09 19:09:24 +00:00
|
|
|
{{ end }}
|