summaryrefslogtreecommitdiff
path: root/app/views/profiles/emails/index.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-02 16:57:15 +0000
committerPhil Hughes <me@iamphill.com>2016-03-03 08:40:12 +0000
commit7ea4948df76b0e822c7da93036b976c5bf22bfea (patch)
tree6d9376a4eefde11fb810a40477a5eb6ae9a1b335 /app/views/profiles/emails/index.html.haml
parent11d58825d55a046c00ac1964541f4f0da6e5faa8 (diff)
downloadgitlab-ce-7ea4948df76b0e822c7da93036b976c5bf22bfea.tar.gz
Heading spacing
Diffstat (limited to 'app/views/profiles/emails/index.html.haml')
-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 a962c4ea284..3f328f96cea 100644
--- a/app/views/profiles/emails/index.html.haml
+++ b/app/views/profiles/emails/index.html.haml
@@ -8,7 +8,8 @@
%p
Control emails linked to your account
.col-lg-9
- %h4 Add email address
+ %h4.prepend-top-0
+ Add email address
= form_for 'email', url: profile_emails_path do |f|
.form-group
= f.label :email, class: 'label-light'
@@ -16,7 +17,7 @@
.prepend-top-default
= f.submit 'Add email address', class: 'btn btn-create'
%hr
- %h4
+ %h4.prepend-top-0
Linked emails (#{@emails.count + 1})
.account-well.append-bottom-default
%ul