Sort feedback items alphabetically
This commit is contained in:
parent
54ae1ca08c
commit
153ba70aea
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue