Sha256: 79ca2b305bb902ece53ec71f1298fafdf22689121504a62cb932aaa9375ef259
Contents?: true
Size: 559 Bytes
Versions: 15
Compression:
Stored size: 559 Bytes
Contents
<div class="questionnaire-answers"> <div class="header"> <h1><%= translated_attribute(questionnaire.title) %></h1> <div class="description"> <%== translated_attribute(questionnaire.description).html_safe %> </div> <% if collection.count > 1 %> <h2><%= t("title", scope: "decidim.forms.admin.questionnaires.answers.index", total: collection.count) %></h2> <% end %> </div> <%= render partial: "decidim/forms/admin/questionnaires/answers/export/answer", collection:, locals: { questionnaire: }, as: :participant %> </div>
Version data entries
15 entries across 15 versions & 1 rubygems