Sha256: 1171c28403f439776b94575580c02aea7efe084944ca86438d01b44414fbd2f4
Contents?: true
Size: 452 Bytes
Versions: 6
Compression:
Stored size: 452 Bytes
Contents
<%= decidim_form_for([current_participatory_process, @form], url: participatory_process_features_path(type: params[:type]), method: "post", html: { class: "form new_feature" }) do |form| %> <%= render partial: 'form', object: form, locals: { feature: @feature, title: t(".title", name: t("#{manifest.name}.name", scope: "decidim.features"))} %> <div class="button--double form-general-submit"> <%= form.submit t(".add") %> </div> <% end %>
Version data entries
6 entries across 6 versions & 2 rubygems