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

_email_with_badge.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad863b1967dacc36e80541c814dfcd1b6796a1df (plain)
1
2
3
4
5
6
7
8
- css_classes = %w(badge badge-verification-status)
- css_classes << (verified ? 'verified': 'unverified')
- text = verified ? 'Verified' : 'Unverified'

.email-badge
  .email-badge-email= email
  %div{ class: css_classes }
    = text