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

confirmation_instructions.markerb « mailer « devise « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e0211f1fb19c4ca8b16d98af8f2517a0517b84e (plain)
1
2
3
4
5
6
7
<%= t('devise.mailer.welcome', username: @resource.username) %>

<%= t('.you_can_confirm') %>

[<%= t('.confirm') %>][1]

[1]: <%= confirmation_url(@resource, confirmation_token: @token) %>