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