Sha256: 10444f38084e7160c453eeef62620baed857d17c1d6fc780cf7974f05473c3b9
Contents?: true
Size: 951 Bytes
Versions: 15
Compression:
Stored size: 951 Bytes
Contents
<div class="button--double form-general-submit answer-questionnaire__submit"> <% if first_step? %> <a></a> <% else %> <%= link_to( icon("caret-left", class: "icon--small", role: "img") + " " + t("decidim.forms.step_navigation.show.back"), "#", class: "hollow secondary", data: { toggle: [previous_step_dom_id, current_step_dom_id].join(" ") } ) %> <% end %> <% if last_step? %> <%= form.submit( t("decidim.forms.step_navigation.show.submit"), class: "button button--sc", disabled: button_disabled?, data: { confirm: t("decidim.forms.step_navigation.show.are_you_sure"), disable: true } ) %> <% else %> <%= link_to( t("decidim.forms.step_navigation.show.continue"), "#", class: "button button--sc", data: { toggle: [next_step_dom_id, current_step_dom_id].join(" ") } ) %> <% end %> </div>
Version data entries
15 entries across 15 versions & 1 rubygems