refactor: 🎨 remove /help route

This commit is contained in:
2026-05-23 16:31:36 +00:00
parent 22e17a8aec
commit d334dae3d6
5 changed files with 3 additions and 144 deletions
-12
View File
@@ -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>