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/NOTES | 8 lines | 223 B | text/plain | TextLexer |
(2/8)
layout problem, fixed in a bad way.
when login redirect_to main.list, the layout used is "login", but
should be "application".
so I added it manually, but it should be "convention".
HAVE TO CHECK