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