Skip to content

Commit

Permalink
chore: remove feedback-page (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lundli authored Oct 30, 2023
1 parent 775abd9 commit 97d8fdf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
18 changes: 0 additions & 18 deletions src/Controller/FeedbackController.php

This file was deleted.

11 changes: 1 addition & 10 deletions templates/base/admin/main_navigation.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,7 @@
]
} %}
{% endif %}

{% include 'base/admin/nav_link.html.twig' with {
route: 'feedback_admin_index',
icon: 'thumbs-up',
name: 'Feedback',
activeRoutes: [
'feedback_admin_index'
]
} %}


{% if is_granted_admin() %}
<li class="c-sidebar-nav-title">Admin</li>
{% include 'base/admin/nav_link.html.twig' with {
Expand Down
29 changes: 0 additions & 29 deletions templates/feedback_admin/feedback_admin_index.html.twig

This file was deleted.

0 comments on commit 97d8fdf

Please sign in to comment.