summaryrefslogtreecommitdiff
path: root/app/views/shared/notifications
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-11-08 12:48:28 -0800
committertauriedavis <taurie@gitlab.com>2016-11-09 17:24:17 -0800
commitd81d67bae44f189adddd1f4fb489a44e274e21b5 (patch)
treeb442ecfe14951d96edf9a4064e4cbcbd3e8c207c /app/views/shared/notifications
parentc6d010986724faf10b46453d66eaca38a948fabf (diff)
downloadgitlab-ce-d81d67bae44f189adddd1f4fb489a44e274e21b5.tar.gz
19205 Redesign group page header to match new navigation19205-group-header-redesign
Diffstat (limited to 'app/views/shared/notifications')
-rw-r--r--app/views/shared/notifications/_button.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notifications/_button.html.haml b/app/views/shared/notifications/_button.html.haml
index feaa5570c21..1f7df0bcd19 100644
--- a/app/views/shared/notifications/_button.html.haml
+++ b/app/views/shared/notifications/_button.html.haml
@@ -1,6 +1,6 @@
- left_align = local_assigns[:left_align]
- if notification_setting
- .dropdown.notification-dropdown.pull-right
+ .dropdown.notification-dropdown
= form_for notification_setting, remote: true, html: { class: "inline notification-form" } do |f|
= hidden_setting_source_input(notification_setting)
= f.hidden_field :level, class: "notification_setting_level"