%h1 <%=models%>

%table

%tr
  %th <%=model%>
  %th
- @<%=models%>.each do |<%=model%>|
  %tr
    %td= debug <%=model%>
    %td
      = link_to 'Show', <%=model%>_path(<%=model%>)
      = link_to 'Edit', edit_<%=model%>_path(<%=model%>)
      = link_to 'Delete', <%=model%>_path(<%=model%>), :method => :delete, :confirm => 'Are you sure?'