Age | Commit message (Collapse) | Author |
|
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).
|
|
|
|
listing the tickets. Give a message if a user has no tickets.
|
|
partials have specific CSS for another use, so we will likely want to tweak this.
|
|
* 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
|