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