refactor: 🎨 remove /help route
This commit is contained in:
@@ -37,12 +37,6 @@
|
||||
<span>Admin</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if has_permission('view_help') %}
|
||||
<a href="/help" class="text-gray-200 hover:text-gray-400 font-medium flex items-center gap-2">
|
||||
<i class="fas fa-question-circle"></i>
|
||||
<span>Help</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if current_user_name %}
|
||||
<a href="/account" class="text-gray-200 hover:text-gray-400 font-medium flex items-center gap-2">
|
||||
<i class="fas fa-user-cog"></i>
|
||||
@@ -91,12 +85,6 @@
|
||||
<span>Admin</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if has_permission('view_help') %}
|
||||
<a href="/help" class="block px-6 py-2 text-gray-200 hover:text-gray-400 font-medium flex items-center gap-2">
|
||||
<i class="fas fa-question-circle"></i>
|
||||
<span>Help</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if current_user_name %}
|
||||
<a href="/account" class="block px-6 py-2 text-gray-200 hover:text-gray-400 font-medium flex items-center gap-2">
|
||||
<i class="fas fa-user-cog"></i>
|
||||
|
||||
Reference in New Issue
Block a user