summaryrefslogtreecommitdiff
path: root/app/views/shared/_email_with_badge.html.haml
diff options
context:
space:
mode:
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'