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