<%= title @controller.controller_name.humanize %>
<%= error_messages %> <% for report_template in @report_templates %> <% end %>
Name Description
<%=h report_template.name %> <%=h report_template.description %> <%= link_to image_tag( 'show.png' ), :action => 'show', :id => report_template %><%= link_to image_tag( 'edit.png' ), :action => 'edit', :id => report_template %> <%= link_to image_tag('delete.png'), { :action => 'destroy', :id => report_template }, :confirm => 'Are you sure?', :method => :post %>
<%= button_to "New #{@controller.controller_name.singularize.humanize}", :action => 'new' %> <%= will_paginate(@reports) %>