Sha256: cc090ae6d2764225456787c7858a3d9a24fa6b91c8cdcd37e5b82637beb54396
Contents?: true
Size: 308 Bytes
Versions: 6
Compression:
Stored size: 308 Bytes
Contents
<% content_for :heading do %> <%= t(".title") %> <% end %> <% content_for :toc do %> <% cards_sections.each do |section| %> <%= link_to(section_text(section), "##{section[:id]}") %> <% end %> <% end %> <%= render partial: "decidim/design/shared/sections", locals: { sections: cards_sections } %>
Version data entries
6 entries across 6 versions & 1 rubygems