blob: e02aaebf25438ebd0fbef009310c0e67fe42a0fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
= # TODO---this is now used in 2 places, and not sure we want the same CSS in both places
%tr
%td
%b
= link_to ticket.title, ticket
%br
%small
created:
= ticket.created_at.to_s(:short) #todo doesn't show year
updated:
= ticket.updated_at.to_s(:short) # doesn't show year
%small.pull-right
comments by:
= ticket.commenters
|