Sort feedback items alphabetically
This commit is contained in:
parent
54ae1ca08c
commit
153ba70aea
|
@ -34,12 +34,12 @@
|
|||
.dropdown-divider
|
||||
- if APP_CONFIG["canny"]
|
||||
%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 }
|
||||
%i.fa.fa-fw.fa-bug
|
||||
Bugs
|
||||
%a.dropdown-item{ href: feedback_features_path }
|
||||
%i.fa.fa-fw.fa-flask
|
||||
Feature Requests
|
||||
.dropdown-divider
|
||||
= button_to destroy_user_session_path, method: "delete", class: "dropdown-item" do
|
||||
%i.fa.fa-fw.fa-sign-out
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
.dropdown-divider
|
||||
- if APP_CONFIG["canny"]
|
||||
%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 }
|
||||
%i.fa.fa-fw.fa-bug
|
||||
Bugs
|
||||
%a.dropdown-item{ href: feedback_features_path }
|
||||
%i.fa.fa-fw.fa-flask
|
||||
Feature Requests
|
||||
.dropdown-divider
|
||||
= button_to destroy_user_session_path, method: "delete", class: "dropdown-item" do
|
||||
%i.fa.fa-fw.fa-sign-out
|
||||
|
|
Loading…
Reference in New Issue