summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_ticket.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'help/app/views/tickets/_ticket.html.haml')
-rw-r--r--help/app/views/tickets/_ticket.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/help/app/views/tickets/_ticket.html.haml b/help/app/views/tickets/_ticket.html.haml
new file mode 100644
index 0000000..3edfa8b
--- /dev/null
+++ b/help/app/views/tickets/_ticket.html.haml
@@ -0,0 +1,13 @@
+%tr
+ %td
+ %b
+ = link_to ticket.title, ticket
+ %br
+ %small
+ created:
+ = ticket.created_at.to_s(:short)
+ updated:
+ = ticket.updated_at.to_s(:short)
+ %small.pull-right
+ comments by:
+ = ticket.commenters