Sha256: 3885c0a0457f5f3f139fc469d427cd60af5a313ba444bdaffbc728557dc688b0
Contents?: true
Size: 430 Bytes
Versions: 6
Compression:
Stored size: 430 Bytes
Contents
<%= decidim_form_for([current_participatory_process, @form], url: 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