From b413785e1dfdbc594e86880e79e20bdd5963c938 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 9 Apr 2018 12:42:45 -0500 Subject: [skip ci] Replace .pull-right with .float-right --- app/views/profiles/emails/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/profiles/emails/index.html.haml') 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 -- cgit v1.2.1