Sections

<% @sections.each do |section| %> <% end %>
Name Content count Actions
<%= link_to section.name, section_path(section) %> <%= section.contents_count %> <%= link_to 'Edit', edit_section_path(section), :class => 'btn btn-mini' %> <%= link_to 'Destroy', section_path(section), :method => :delete, :confirm => 'Are you sure?', :class => 'btn btn-mini btn-danger' %>
<%= link_to 'New', new_section_path, :class => 'btn btn-primary' %>