Sort feedback items alphabetically

This commit is contained in:
Andreas Nedbal 2022-01-22 14:06:29 +01:00 committed by Andreas Nedbal
parent 54ae1ca08c
commit 153ba70aea
2 changed files with 6 additions and 6 deletions

View File

@ -34,12 +34,12 @@
.dropdown-divider .dropdown-divider
- if APP_CONFIG["canny"] - if APP_CONFIG["canny"]
%h6.dropdown-header.d-none.d-sm-block Feedback %h6.dropdown-header.d-none.d-sm-block Feedback
%a.dropdown-item{ href: feedback_features_path }
%i.fa.fa-fw.fa-flask
Feature Requests
%a.dropdown-item{ href: feedback_bugs_path } %a.dropdown-item{ href: feedback_bugs_path }
%i.fa.fa-fw.fa-bug %i.fa.fa-fw.fa-bug
Bugs Bugs
%a.dropdown-item{ href: feedback_features_path }
%i.fa.fa-fw.fa-flask
Feature Requests
.dropdown-divider .dropdown-divider
= button_to destroy_user_session_path, method: "delete", class: "dropdown-item" do = button_to destroy_user_session_path, method: "delete", class: "dropdown-item" do
%i.fa.fa-fw.fa-sign-out %i.fa.fa-fw.fa-sign-out

View File

@ -28,12 +28,12 @@
.dropdown-divider .dropdown-divider
- if APP_CONFIG["canny"] - if APP_CONFIG["canny"]
%h6.dropdown-header.d-none.d-sm-block Feedback %h6.dropdown-header.d-none.d-sm-block Feedback
%a.dropdown-item{ href: feedback_features_path }
%i.fa.fa-fw.fa-flask
Feature Requests
%a.dropdown-item{ href: feedback_bugs_path } %a.dropdown-item{ href: feedback_bugs_path }
%i.fa.fa-fw.fa-bug %i.fa.fa-fw.fa-bug
Bugs Bugs
%a.dropdown-item{ href: feedback_features_path }
%i.fa.fa-fw.fa-flask
Feature Requests
.dropdown-divider .dropdown-divider
= button_to destroy_user_session_path, method: "delete", class: "dropdown-item" do = button_to destroy_user_session_path, method: "delete", class: "dropdown-item" do
%i.fa.fa-fw.fa-sign-out %i.fa.fa-fw.fa-sign-out