Show More
Commit Description:
* DRY the toggle button via application_helper.rb#toggle_button and _toggle_button.js.haml...
Commit Description:
* DRY the toggle button via application_helper.rb#toggle_button and _toggle_button.js.haml * bootrapize the user_admin * now considering user.enabled * tidy up route
File last commit:
Show/Diff file:
Action:
app/views/users/new_splash.html.haml | 11 lines | 232 B | text/x-haml | HamlLexer |
%h1
=t 'registration.successful_title'
=t 'registration.email_sent'
%br/
=t 'registration.email_verify_at', :email => @user.email
%br/
%br/
=t 'go_back_to'
=link_to((t 'login_page'), {:controller => 'main', :action => 'login'})