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

_confirm_your_email_alert.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9906a89ce4a114c91a10629cff5c3a83c4649ed (plain)
1
2
3
4
5
6
7
.js-vue-alert{ 'v-cloak': true,
  data: { dismissible: 'true',
  title: _('Please confirm your email address'),
  primary_button_text: _('Resend confirmation email'),
  primary_button_link: new_user_confirmation_path,
  variant: 'warning'} }
  = (_("To continue, you need to select the link in the confirmation email we sent to verify your email address. If you didn't get our email, select %{strongStart}Resend confirmation email.%{strongEnd}") % { strongStart: '<strong>', strongEnd: '</strong>' }).html_safe