Sha256: 0463a608d6e637a2e6983d0df9b24161cfd13afb1eeb3cc7caa3a4932a679667
Contents?: true
Size: 435 Bytes
Versions: 6
Compression:
Stored size: 435 Bytes
Contents
<%= decidim_form_for(@form, html: { class: "form new_participatory_process_type" }) do |f| %> <h2 class="process-title-summary"> <%= t("participatory_process_types.new.title", scope: "decidim.admin") %> </h2> <%= render partial: "form", object: f %> <div class="button--double form-general-submit"> <%= f.submit t("participatory_process_types.new.create", scope: "decidim.admin"), class: "button" %> </div> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems