Skip to content
Snippets Groups Projects
Commit 7ea4948d authored by Phil Hughes's avatar Phil Hughes
Browse files

Heading spacing

parent 11d58825
Branches
Tags
1 merge request!3032Emails settings
Loading
@@ -8,7 +8,8 @@
Loading
@@ -8,7 +8,8 @@
%p %p
Control emails linked to your account Control emails linked to your account
.col-lg-9 .col-lg-9
%h4 Add email address %h4.prepend-top-0
Add email address
= form_for 'email', url: profile_emails_path do |f| = form_for 'email', url: profile_emails_path do |f|
.form-group .form-group
= f.label :email, class: 'label-light' = f.label :email, class: 'label-light'
Loading
@@ -16,7 +17,7 @@
Loading
@@ -16,7 +17,7 @@
.prepend-top-default .prepend-top-default
= f.submit 'Add email address', class: 'btn btn-create' = f.submit 'Add email address', class: 'btn btn-create'
%hr %hr
%h4 %h4.prepend-top-0
Linked emails (#{@emails.count + 1}) Linked emails (#{@emails.count + 1})
.account-well.append-bottom-default .account-well.append-bottom-default
%ul %ul
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment