summaryrefslogtreecommitdiff
path: root/app/views/profiles/notifications
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-17 14:28:40 +0100
committerPhil Hughes <me@iamphill.com>2016-06-17 14:28:40 +0100
commit531d27e740158bb7b8993e1f4e6e58655f610f27 (patch)
treebded6f4f74a875277d9af6b77ffa08ee8ea0f3d0 /app/views/profiles/notifications
parent33c61bd461d21dbb79db18e0c2424f53120e83c0 (diff)
downloadgitlab-ce-531d27e740158bb7b8993e1f4e6e58655f610f27.tar.gz
Fixed alignment of notification dropdown menu
Diffstat (limited to 'app/views/profiles/notifications')
-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 646dd244596..cfbb4d79da2 100644
--- a/app/views/profiles/notifications/show.html.haml
+++ b/app/views/profiles/notifications/show.html.haml
@@ -29,7 +29,7 @@
%br
.clearfix
.form-group.pull-left
- = render 'notifications/buttons/notifications', notification_setting: @global_notification_setting
+ = render 'notifications/buttons/notifications', notification_setting: @global_notification_setting, left_align: true
.clearfix