add: user permissions level builder ui
This commit is contained in:
parent
a167da017e
commit
31f63c90cd
16 changed files with 511 additions and 371 deletions
|
@ -39,6 +39,13 @@ show_lhs=true) -%}
|
|||
|
||||
<div class="flex nav_side">
|
||||
{% if user %}
|
||||
<button
|
||||
onclick="document.getElementById('town_square_post_dialog').showModal()"
|
||||
title="Create post"
|
||||
>
|
||||
{{ icon "square-pen" }}
|
||||
</button>
|
||||
|
||||
<a
|
||||
href="/notifs"
|
||||
class="button {% if selected == 'notifications' %}active{% endif %}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue