Sha256: 54e1bb979d1dd8644b41bb166c737b06e1f0c360893dfccfc4d2106d547838e5
Contents?: true
Size: 577 Bytes
Versions: 3
Compression:
Stored size: 577 Bytes
Contents
<% if consultation.regular_questions.any? %> <section id="regular-questions" class="row section"> <h2 class=section-heading> <%= t "consultations.regular_questions.title", scope: "decidim" %> </h2> <% consultation.regular_questions.each do |scope_id, questions| %> <h3 class="heading6"><%= translated_attribute questions.first.scope.name %></h3> <% questions.each do |question| %> <%= render partial: "decidim/consultations/consultations/question", locals: { question: question } %> <% end %> <% end %> </section> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems