repo.or.cz
/
base_ror3_portal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git]
/
app
/
views
/
devise
/
mailer
/
confirmation_instructions.html.erb
blob
a6ea8ca17e841717065569cd93d476f4758f0fac
1
<p>Welcome <%= @resource.email %>!</p>
2
3
<p>You can confirm your account through the link below:</p>
4
5
<p><%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p>