Sha256: 7bb373065374d1c8b7e8856a1be65d8cbcfa7d1a98206bd3f7eb9b8cedd77889
Contents?: true
Size: 809 Bytes
Versions: 13
Compression:
Stored size: 809 Bytes
Contents
<% scope = "layouts.decidim.initiative_signature_creation_header" %> <ol id="wizard-steps" class="wizard-steps"> <% options = { data: { active: false }, aria: { current: "step" } } %> <% if fill_personal_data_step? %> <%= content_tag :li, t("fill_personal_data", scope: ), %w(fill_personal_data update_fill_personal_data).include?(action_name) ? options : {} %> <% end %> <% if sms_step? %> <%= content_tag :li, t("sms_phone_number", scope: ), %w(sms_phone_number update_sms_phone_number).include?(action_name) ? options : {} %> <%= content_tag :li, t("sms_code", scope: ), %w(sms_code update_sms_code).include?(action_name) ? options : {} %> <% end %> <%= content_tag :li, t("finish", scope: ), action_name == "finish" ? options : {} %> </ol>
Version data entries
13 entries across 13 versions & 1 rubygems