aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/users.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/users.html')
-rw-r--r--template/html/users.html18
1 files changed, 1 insertions, 17 deletions
diff --git a/template/html/users.html b/template/html/users.html
index 9552c1b..7b17b1d 100644
--- a/template/html/users.html
+++ b/template/html/users.html
@@ -3,23 +3,7 @@
{{ define "content"}}
<section class="page-header">
<h1>{{ t "page.users.title" }}</h1>
- <ul>
- <li>
- <a href="{{ route "settings" }}">{{ t "menu.settings" }}</a>
- </li>
- <li>
- <a href="{{ route "integrations" }}">{{ t "menu.integrations" }}</a>
- </li>
- <li>
- <a href="{{ route "sessions" }}">{{ t "menu.sessions" }}</a>
- </li>
- <li>
- <a href="{{ route "createUser" }}">{{ t "menu.add_user" }}</a>
- </li>
- <li>
- <a href="{{ route "about" }}">{{ t "menu.about" }}</a>
- </li>
- </ul>
+ {{ template "settings_menu" dict "user" .user }}
</section>
{{ if eq (len .users) 1 }}