mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
Do not display users links on sessions page
This commit is contained in:
parent
19494742ff
commit
a52359fedb
2 changed files with 6 additions and 2 deletions
|
@ -10,12 +10,14 @@
|
|||
<li>
|
||||
<a href="{{ route "integrations" }}">{{ t "Integrations" }}</a>
|
||||
</li>
|
||||
{{ if .user.IsAdmin }}
|
||||
<li>
|
||||
<a href="{{ route "users" }}">{{ t "Users" }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route "createUser" }}">{{ t "Add user" }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue