<% 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
<%= @section.description.html_safe %>
<% if @section.has_image %> <% @section.images.each do |image|-%> <%= image_tag(image.file_url :thumb) %> <% end %> <% end %>