summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/user_admin_approval.html.haml
blob: 199a143ba63ae2845bd6fce42f52766289098429 (plain)
1
2
3
4
5
6
7
8
= email_default_heading(say_hi(@resource))

%p
  = _('Your GitLab account request has been approved!')
%p
  = _('Your username is %{username}.') % { username: @resource.username }
%p
  = _('Your sign-in page is %{url}.').html_safe % { url: link_to(Gitlab.config.gitlab.url, Gitlab.config.gitlab.url) }