summaryrefslogtreecommitdiff
path: root/engines/support/app/views/tickets/new.html.haml
AgeCommit message (Collapse)Author
2014-04-25Merge pull request #148 from azul/feature/api-quota-supportazul
Feature/api quota support + current_user null pattern
2014-04-24check user_id param for present? instead of !nil?Azul
when rendered from teh create action due to an error user_id param will sometimes be an empty string. We should still avoid rendering the navigation because the path's can not be resolved without a user_id.
2014-04-18minor fix: User#email_address not User#emailAzul
2014-04-17make use of the UnauthorizedUserAzul
Null Pattern for current_user - use it to get rid of some conditionals
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation