Sha256: b4c65d2d16afb632619b05091c36800db7c41578402ee7c79515f39a4cf0f3b4
Contents?: true
Size: 1.01 KB
Versions: 31
Compression:
Stored size: 1.01 KB
Contents
<% answer_option = form.object %> <div class="card questionnaire-question-answer-option"> <div class="card-divider"> <h2 class="card-title"> <span><%= t("answer_option", scope: "decidim.forms.admin.questionnaires.answer_option") %></span> <% if editable %> <button class="button small alert hollow remove-answer-option button--title"> <%= t("remove", scope: "decidim.forms.admin.questionnaires.answer_option") %> </button> <% end %> </h2> </div> <div class="card-section"> <div class="row column"> <%= form.translated( :text_field, :body, tabs_id: tabs_id_for_question_answer_option(question, answer_option), label: t("statement", scope: "decidim.forms.admin.questionnaires.answer_option"), disabled: !editable ) %> </div> </div> <% if answer_option.persisted? %> <%= form.hidden_field :id, disabled: !editable %> <% end %> <%= form.hidden_field :deleted, disabled: !editable %> </div>
Version data entries
31 entries across 31 versions & 1 rubygems