Show More
Commit Description:
update heartbeat...
Commit Description:
update heartbeat
add try-to-login-from-other-ip loggin (by printing to stdout)
(grafted from 0e4c832eeb6325f9747d2def63c511423a3b70d4)
References:
File last commit:
Show/Diff file:
Action:
app/views/users/new_splash.html.haml
| 11 lines
| 232 B
| text/x-haml
| HamlLexer
|
|
r162 | %h1 | ||
=t 'registration.successful_title' | ||||
|
r157 | |||
|
r162 | =t 'registration.email_sent' | ||
|
r157 | %br/ | ||
|
r162 | =t 'registration.email_verify_at', :email => @user.email | ||
|
r157 | %br/ | ||
%br/ | ||||
|
r162 | =t 'go_back_to' | ||
=link_to((t 'login_page'), {:controller => 'main', :action => 'login'}) | ||||