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: 80b5f86a46fd546ba7b0f993729682f5c25275c5 (plain)
1
2
3
4
5
6
7
<%= t('devise.mailer.welcome', :email => @resource.email) %>

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

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

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