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