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