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: 14201c0d23a5f39101d69eb3969b7b0e1b1f273c (plain)
1
2
3
4
5
6
7
- variant = verified ? :success : :danger
- text = verified ? _('Verified') : _('Unverified')

- if email
  %span.gl-mr-2
    = email
= gl_badge_tag text, { variant: variant, size: :sm }