Sha256: ba99b8f98f630d584267649e9de14d63a98b55b55a826a30f8ff2fb608476e8e

Contents?: true

Size: 708 Bytes

Versions: 6

Compression:

Stored size: 708 Bytes

Contents

<section class="section row collapse highlighted_paragraphs">
  <h3 class="section-heading">
    <%= translated_attribute(model.name) %>  <a href="<%= main_component_path(model) %>" class="text-small"><%= t("decidim.participatory_spaces.highlighted_paragraphs.see_all", count: paragraphs_count) %></a>
  </h3>

  <%= cell(
    "decidim/collapsible_list",
    paragraphs_to_render,
    cell_options: {},
    list_class: "row small-up-1 medium-up-2 card-grid",
    size: paragraphs_count
    ) %>

  <%= link_to(
    t("decidim.participatory_spaces.highlighted_paragraphs.see_all", count: paragraphs_count),
    main_component_path(model),
    class: "button button--sc hollow button--right"
  ) %>
</section>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-enhanced_textwork-1.0.5 app/cells/decidim/enhanced_textwork/highlighted_paragraphs_for_component/show.erb
decidim-enhanced_textwork-1.0.4 app/cells/decidim/enhanced_textwork/highlighted_paragraphs_for_component/show.erb
decidim-enhanced_textwork-1.0.3 app/cells/decidim/enhanced_textwork/highlighted_paragraphs_for_component/show.erb
decidim-enhanced_textwork-1.0.2 app/cells/decidim/enhanced_textwork/highlighted_paragraphs_for_component/show.erb
decidim-enhanced_textwork-1.0.1 app/cells/decidim/enhanced_textwork/highlighted_paragraphs_for_component/show.erb
decidim-enhanced_textwork-1.0.0 app/cells/decidim/enhanced_textwork/highlighted_paragraphs_for_component/show.erb