summaryrefslogtreecommitdiff
path: root/engines/support/app/views/tickets/index.html.haml
AgeCommit message (Collapse)Author
2014-07-05Enable unblocking handles in identities tabAzul
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing.
2014-05-26tickets: structure i18nAzul
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-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation