summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_edit_form.html.haml
AgeCommit message (Collapse)Author
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation
2013-12-13refactor: remove Overview controller - we can use Users#showAzul
we were only using Users#show to redirect to the edit action. So I replaced that with the overview and we have no more use for the extra controller. This also simplifies linking to the users in question a lot.
2013-11-11Rename ticket title to be subject, as that is what we are displaying it as.jessib
2013-07-05tickets - replace input[type=submit] tags with button[type=submit] tagselijah
2013-07-05use :ruby for ruby inside tickets/edit_form partial.elijah
2013-07-04better ticket view navigation: tickets are now either global in scope (for ↵elijah
admins) or stay as a nested resource for a particular user (for normal users and when you visit the tickets list of a particular user).
2013-07-04fix several issues with tickets: js error, when to redirect, navigation, ↵elijah
localization.
2013-07-04new ui for ticketselijah