From 153ba70aeadd30f43a1b758ea28d6076a9d3ae49 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 22 Jan 2022 14:06:29 +0100 Subject: [PATCH] Sort feedback items alphabetically --- app/views/navigation/main/_profile.haml | 6 +++--- app/views/navigation/mobile/_profile.haml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/navigation/main/_profile.haml b/app/views/navigation/main/_profile.haml index 01cde990..a87bbe8e 100644 --- a/app/views/navigation/main/_profile.haml +++ b/app/views/navigation/main/_profile.haml @@ -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 diff --git a/app/views/navigation/mobile/_profile.haml b/app/views/navigation/mobile/_profile.haml index 38dec341..82a49840 100644 --- a/app/views/navigation/mobile/_profile.haml +++ b/app/views/navigation/mobile/_profile.haml @@ -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