Sha256: a35cec49f052a68dee16448bf155308ef7bc5750704b357ecda9fde2434a6832
Contents?: true
Size: 523 Bytes
Versions: 24
Compression:
Stored size: 523 Bytes
Contents
<% if consultation.highlighted_questions.any? %> <div class="row section" id="highlighted-questions"> <h2 class=section-heading> <%= t "consultations.highlighted_questions.title", scope: "decidim", scope_name: translated_attribute(consultation.highlighted_scope.name) %> </h2> <% consultation.highlighted_questions.each do |question| %> <%= render partial: "decidim/consultations/consultations/question", locals: { question: question } %> <% end %> </div> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems