summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_ticket.html.haml
AgeCommit message (Collapse)Author
2013-11-11Rename ticket title to be subject, as that is what we are displaying it as.jessib
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-04new ui for ticketselijah
2013-01-15Show different ticket characteristics when viewing the users versus when ↵jessib
listing the tickets. Give a message if a user has no tickets.
2013-01-14Use partials for displaying details shown when viewing a user. Some of these ↵jessib
partials have specific CSS for another use, so we will likely want to tweak this.
2012-11-27bunch of refactoring for the ticket indexAzul
* using different partials for different parts of the view * using render @tickets.all to iterate over the tickets. #all is necessary because of CouchRest Model * using helpers for easier querying for the open_status and admin_status params * using helper for avoiding duplication when linking to status