<% provide(:page_title, @section.name.humanize) %> <% breadcrumb_add('Secciones', sections_path) %>
<%= @section.name.humanize %>  <%= link_to content_tag(:i, nil, :class => 'icon-pencil'), edit_section_path(@section), :title => "Editar Seccion" %>
DescripciĆ³n
<% if @section.description.nil? %> <%= t("other.no description") %> <% else %> <%= @section.description.html_safe %> <% end %>
<% @section.images.each do |image|-%> <%= image_tag(image.file_url :thumb) %> <% end %>