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