Skip to content
Snippets Groups Projects
Commit 3464f072 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Admin settings separation

parent 05dca623
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,10 @@
<li>
<a href="{{pathFor 'admin-users'}}" class="admin-link">{{_ "Users"}}</a>
</li>
<hr />
<h3 class="add-room">
{{_ "Settings"}}
</h3>
{{#each groups}}
<li>
<a href="{{pathFor 'admin' group=_id}}" class="admin-link">{{_ i18nLabel}}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment