Sha256: 7701cc5345632d4a081fe7e8c3730c8924fac3b9f3bf25bc90b8cb7439ccd88d
Contents?: true
Size: 786 Bytes
Versions: 13
Compression:
Stored size: 786 Bytes
Contents
<div class="flex justify-center"> <h1 class="title-decorator my-12"> <%= t("new", scope: "decidim.initiatives.create_initiative.select_initiative_type") %> </h1> </div> <ol id="wizard-steps" class="wizard-steps"> <% options = { data: { active: true }, aria: { current: "step" } } %> <% unless single_initiative_type? %> <%= content_tag :li, t(".select_initiative_type"), action_name == "select_initiative_type" ? options : {} %> <% end %> <%= content_tag :li, t(".fill_data"), action_name == "fill_data" ? options : {} %> <% if promotal_committee_required? %> <%= content_tag :li, t(".promotal_committee"), action_name == "promotal_committee" ? options : {} %> <% end %> <%= content_tag :li, t(".finish"), action_name == "finish" ? options : {} %> </ol>
Version data entries
13 entries across 13 versions & 1 rubygems