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