Break up the menu into partials

This commit is contained in:
2023-06-06 15:01:31 +01:00
parent 768318b43a
commit 5094b31ce6
2 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
{% if checkAccess('uri_tasks') %}
<li>
<a href="{{site.uri.public}}/tasks"><i class="fas fa-tasks fa-fw"></i> <span>{{ translate("TASK", 2) }}</span></a>
</li>
{% endif %}