Sha256: e724ff7ca7824372ed3bdbf79b380e67090ff2af81c1772143530cb704da7c6c

Contents?: true

Size: 471 Bytes

Versions: 56

Compression:

Stored size: 471 Bytes

Contents

<%= decidim_form_for([current_participatory_space, @form], url: component_path(current_participatory_space, @component), method: "put", html: { class: "form edit_component" }) do |form| %>
  <%= render partial: "form", object: form, locals: { component: @component, title: t(".title", name: t("#{@component.manifest.name}.name", scope: "decidim.components")) } %>

  <div class="button--double form-general-submit">
    <%= form.submit t(".update") %>
  </div>
<% end %>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
decidim-admin-0.27.3 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.7 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.5 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.27.2 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.27.1 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.4 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.27.0 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.3 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.27.0.rc2 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.27.0.rc1 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.2 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.1 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.0 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.0.rc2 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.26.0.rc1 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.25.2 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.25.1 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.25.0 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.25.0.rc4 app/views/decidim/admin/components/edit.html.erb
decidim-admin-0.25.0.rc3 app/views/decidim/admin/components/edit.html.erb