Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-29 22:45:34 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-05-29 22:45:34 +0300
commit8288a0ef8d5af3bfe2ed6c71efdf59def01da39c (patch)
treea27253794dcfe2a5d8c521ca8bdda6589572f35d /app/views/shared/_email_with_badge.html.haml
parentff575b782e53e42a85ebfe65a559864f45c848b1 (diff)
Fix email verification badge
Diffstat (limited to 'app/views/shared/_email_with_badge.html.haml')
-rw-r--r--app/views/shared/_email_with_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_email_with_badge.html.haml b/app/views/shared/_email_with_badge.html.haml
index b7bbc109238..ad863b1967d 100644
--- a/app/views/shared/_email_with_badge.html.haml
+++ b/app/views/shared/_email_with_badge.html.haml
@@ -1,4 +1,4 @@
-- css_classes = %w(label label-verification-status)
+- css_classes = %w(badge badge-verification-status)
- css_classes << (verified ? 'verified': 'unverified')
- text = verified ? 'Verified' : 'Unverified'