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: bce56d59c687125ed49d131a31a91222e47a4ae4 (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 } %>