<%= notice %>

Categorias: <%= @section.name %>

<% @categories.each do |category| %> <% end %>
Categoria
<%= link_to category.name, cas.edit_site_section_category_path(@site, @section, category), id: "edit-category-#{category.id}" %>

<%= link_to 'Nova categoria', cas.new_site_section_category_path(@site, @section), id: 'new-category' %>