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

confirmation_instructions.html.haml « mailer « devise « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1824c54f333732a2c78782f298ec0bf4687e8f8 (plain)
1
2
3
4
5
6
%p
  = t("devise.mailer.welcome", username: @resource.username)
%p
  = t(".you_can_confirm")
%p
  = link_to t(".confirm"), confirmation_url(@resource, confirmation_token: @token)