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

%span.gl-mr-3
  = email
= gl_badge_tag text, { variant: variant }