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

user_admin_approval.text.erb « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5242981e514da0df47eb245127c05890d555a706 (plain)
1
2
3
4
5
6
7
<%= say_hi(@resource) %>

<%= _('Your GitLab account request has been approved!') %>

<%= _('Your username is %{username}.' % { username: @resource.username }) %>

<%= _('Your sign-in page is %{url}.' % { url: Gitlab.config.gitlab.url }) %>