Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-17 17:17:23 +0300
committerPhil Hughes <me@iamphill.com>2016-06-17 17:17:23 +0300
commit83446ce7becf3f8af49694529a44e85ada0131c9 (patch)
tree960a33796e881c37e0cec60768b988cac8ae5b38 /app/views/shared/notifications/_notification_dropdown.html.haml
parentfd15e814446987c46d7b94f2a85e457d34941643 (diff)
Fixed bug with clicking custom again not opening modal
Diffstat (limited to 'app/views/shared/notifications/_notification_dropdown.html.haml')
-rw-r--r--app/views/shared/notifications/_notification_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notifications/_notification_dropdown.html.haml b/app/views/shared/notifications/_notification_dropdown.html.haml
index 969bc29b1a6..5c19876e971 100644
--- a/app/views/shared/notifications/_notification_dropdown.html.haml
+++ b/app/views/shared/notifications/_notification_dropdown.html.haml
@@ -8,6 +8,6 @@
%li.divider
%li
- %a.update-notification{ href: "#", role: "button", data: { toggle: "modal", target: "#" + notifications_menu_identifier("modal", notification_setting), notification_level: "custom", notification_title: "Custom" } }
+ %a.update-notification{ href: "#", role: "button", class: ("is-active" if notification_setting.level == "custom"), data: { toggle: "modal", target: "#" + notifications_menu_identifier("modal", notification_setting), notification_level: "custom", notification_title: "Custom" } }
%strong.dropdown-menu-inner-title Custom
%span.dropdown-menu-inner-content= notification_description("custom")