summaryrefslogtreecommitdiff
path: root/app/views/profiles
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-12-10 00:21:47 -0600
committerMike Greiling <mike@pixelcog.com>2016-12-10 00:21:47 -0600
commit097c283ac186bccb647143fd022bfe6a320379b0 (patch)
tree4053f24f82bd76d01f0d301e3c51964afb5a0962 /app/views/profiles
parent69ffa81424e16a337b4c39d2cb9c0dff8b92f71b (diff)
downloadgitlab-ce-097c283ac186bccb647143fd022bfe6a320379b0.tar.gz
remove left_align setting from notification setting dropdown in favor of a pure css solution25510-fix-notifications-dropdown-alignment
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/notifications/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml
index 844fce59704..d79a1a9f368 100644
--- a/app/views/profiles/notifications/show.html.haml
+++ b/app/views/profiles/notifications/show.html.haml
@@ -30,7 +30,7 @@
%br
.clearfix
.form-group.pull-left.global-notification-setting
- = render 'shared/notifications/button', notification_setting: @global_notification_setting, left_align: true
+ = render 'shared/notifications/button', notification_setting: @global_notification_setting
.clearfix