summaryrefslogtreecommitdiff
path: root/app/views/profiles/emails
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-22 15:47:50 +0100
committerPhil Hughes <me@iamphill.com>2017-06-23 16:14:49 +0100
commit974f9fb135dd5ce9897991157f8f8c779043baf6 (patch)
tree5de6fa080b03a7e1bc9c5f75c9afa51cdc5de18e /app/views/profiles/emails
parent523eaace0211f134bf24286ededa3f09b05b1d5f (diff)
downloadgitlab-ce-974f9fb135dd5ce9897991157f8f8c779043baf6.tar.gz
Added limited width to profile settingsprofile-settings-width
Closes #20918
Diffstat (limited to 'app/views/profiles/emails')
-rw-r--r--app/views/profiles/emails/index.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/profiles/emails/index.html.haml b/app/views/profiles/emails/index.html.haml
index f5a323dbaf8..612ecbbb96a 100644
--- a/app/views/profiles/emails/index.html.haml
+++ b/app/views/profiles/emails/index.html.haml
@@ -1,13 +1,14 @@
- page_title "Emails"
+- @content_class = "limit-container-width" unless fluid_layout
= render 'profiles/head'
.row.prepend-top-default
- .col-lg-3.profile-settings-sidebar
+ .col-lg-4.profile-settings-sidebar
%h4.prepend-top-0
= page_title
%p
Control emails linked to your account
- .col-lg-9
+ .col-lg-8
%h4.prepend-top-0
Add email address
= form_for 'email', url: profile_emails_path do |f|