summaryrefslogtreecommitdiff
path: root/app/views/users/_warnings.html.haml
AgeCommit message (Collapse)Author
2016-05-23move signup from users to account_controllerAzul
There was a lot of special case handling going on in the users_controller for this. Lot simpler this way.
2014-05-06hide srp forms when no js is availableAzul
Hiding them using two mechanisms in case one fails: .hidden class - bootstrap hides them then style='display:none' - so they are hidden even if css load fails
2014-04-08moving users: app and test filesAzul