<% provide(:page_title, @section.name.humanize) %> <% breadcrumb_add('Secciones', sections_path) %>
<%= @section.name.humanize %>  <%= render 'adminpanel/icons/edit', resource: @section, resource_name: @model.display_name %>
DescripciĆ³n
<% if @section.description.nil? %> <%= t("other.no description") %> <% else %> <%= @section.description.html_safe %> <% end %>
<% @section.sectionfiles.each do |image|-%> <%= image_tag(image.file_url :thumb) %> <% end %>