summaryrefslogtreecommitdiff
path: root/app/views/profiles/emails/index.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:42:45 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 12:42:45 -0500
commitb413785e1dfdbc594e86880e79e20bdd5963c938 (patch)
tree80616d24b209dae3e6dc4f715850cd695586a6ba /app/views/profiles/emails/index.html.haml
parent3e7a17d4759a2c25f0c717408c48bfc7e975dde3 (diff)
downloadgitlab-ce-b413785e1dfdbc594e86880e79e20bdd5963c938.tar.gz
[skip ci] Replace .pull-right with .float-right
Diffstat (limited to 'app/views/profiles/emails/index.html.haml')
-rw-r--r--app/views/profiles/emails/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/emails/index.html.haml b/app/views/profiles/emails/index.html.haml
index e3c2bd1150e..acea75aa155 100644
--- a/app/views/profiles/emails/index.html.haml
+++ b/app/views/profiles/emails/index.html.haml
@@ -32,7 +32,7 @@
%ul.well-list
%li
= render partial: 'shared/email_with_badge', locals: { email: @primary_email, verified: current_user.confirmed? }
- %span.pull-right
+ %span.float-right
%span.label.label-success Primary email
- if @primary_email === current_user.public_email
%span.label.label-info Public email
@@ -41,7 +41,7 @@
- @emails.each do |email|
%li
= render partial: 'shared/email_with_badge', locals: { email: email.email, verified: email.confirmed? }
- %span.pull-right
+ %span.float-right
- if email.email === current_user.public_email
%span.label.label-info Public email
- if email.email === current_user.notification_email