blob: 5bc33c83bd06b75f6f290323d87869d397c2a048 (
plain)
1
2
3
4
5
6
|
- url = auto_ticket_path(ticket)
%tr
%td= link_to ticket.subject, url
%td= link_to ticket.created_at.to_s(:short), url
%td= link_to ticket.updated_at.to_s(:short), url
%td= ticket.commenters
|