aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/about.html')
-rw-r--r--template/html/about.html17
1 files changed, 1 insertions, 16 deletions
diff --git a/template/html/about.html b/template/html/about.html
index 29bb2e9..d4ea6e2 100644
--- a/template/html/about.html
+++ b/template/html/about.html
@@ -3,22 +3,7 @@
{{ define "content"}}
<section class="page-header">
<h1>{{ t "page.about.title" }}</h1>
- <ul>
- <li>
- <a href="{{ route "settings" }}">{{ t "menu.preferences" }}</a>
- </li>
- <li>
- <a href="{{ route "integrations" }}">{{ t "menu.integrations" }}</a>
- </li>
- <li>
- <a href="{{ route "sessions" }}">{{ t "menu.sessions" }}</a>
- </li>
- {{ if .user.IsAdmin }}
- <li>
- <a href="{{ route "users" }}">{{ t "menu.users" }}</a>
- </li>
- {{ end }}
- </ul>
+ {{ template "settings_menu" dict "user" .user }}
</section>
<div class="panel">