summaryrefslogtreecommitdiff
path: root/app/views/profiles/emails
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:36:22 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:36:22 -0500
commite3de2ab1b5bc80a2f64d7391dacdddcb26f4ffbc (patch)
treec7cdd37914285be41c4136f2426290337faed9f2 /app/views/profiles/emails
parented696df59de0191de7274752e39b3c37727d5c4f (diff)
downloadgitlab-ce-e3de2ab1b5bc80a2f64d7391dacdddcb26f4ffbc.tar.gz
[skip ci] Convert label-success to badge-success
Diffstat (limited to 'app/views/profiles/emails')
-rw-r--r--app/views/profiles/emails/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/emails/index.html.haml b/app/views/profiles/emails/index.html.haml
index 1dee0a5bdab..917d7247492 100644
--- a/app/views/profiles/emails/index.html.haml
+++ b/app/views/profiles/emails/index.html.haml
@@ -33,7 +33,7 @@
%li
= render partial: 'shared/email_with_badge', locals: { email: @primary_email, verified: current_user.confirmed? }
%span.float-right
- %span.badge.label-success Primary email
+ %span.badge.badge-success Primary email
- if @primary_email === current_user.public_email
%span.badge.label-info Public email
- if @primary_email === current_user.notification_email