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

= email
= gl_badge_tag text, { variant: variant }, { class: 'gl-ml-3' }