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: 294fe74a5cacaf12f8322a3eb0f8272c0d709869 (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