summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/index.html.haml
blob: 55bfa793680f70c0a1b33e84df2019a001df05a9 (plain)
1
2
3
4
5
%h2 Tickets
- @tickets.each do |ticket|
  %p
  = link_to ticket.title, ticket
= #render(:partial => "ticket", :collection => @tickets)