Sha256: 771e64709847926ab44d90af2bd5849b89f934e88c7ffecc26c8980ddd2199c7

Contents?: true

Size: 298 Bytes

Versions: 8

Compression:

Stored size: 298 Bytes

Contents

<% content_for :heading do %>
  Report
<% 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

8 entries across 8 versions & 1 rubygems

Version Path
decidim-design-0.28.5 app/views/decidim/design/components/report.html.erb
decidim-design-0.28.4 app/views/decidim/design/components/report.html.erb
decidim-design-0.28.3 app/views/decidim/design/components/report.html.erb
decidim-design-0.28.2 app/views/decidim/design/components/report.html.erb
decidim-design-0.28.1 app/views/decidim/design/components/report.html.erb
decidim-design-0.28.0 app/views/decidim/design/components/report.html.erb
decidim-design-0.28.0.rc5 app/views/decidim/design/components/report.html.erb
decidim-design-0.28.0.rc4 app/views/decidim/design/components/report.html.erb