summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_ticket.html.haml
blob: 3edfa8bda09c77f1acf159349fd7564f5932e247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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