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

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

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