<%= will_paginate @contents %>
<%= column.human_name %> | <% end %>|||
---|---|---|---|
<%=h content.send(column.name) %> | <% end %><%= link_to 'Show', :action => 'show', :id => content %> | <%= link_to 'Edit', :action => 'edit', :id => content %> | <%= link_to 'Destroy', { :action => 'destroy', :id => content }, :confirm => 'Are you sure?' %> |
<%= will_paginate @contents %>
<%= link_to 'New content', :action => 'new' %>