Sha256: c85ee6b330ab113dbd4bcff54672162af9d22eab7429c6fe2eb916d7cc1b6846

Contents?: true

Size: 396 Bytes

Versions: 36

Compression:

Stored size: 396 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>
<%= decidim_form_for(@form) do |f| %>
  <div class="card">
    <div class="card-divider">
      <h2 class="card-title"><%= t ".title" %></h2>
    </div>
    <div class="card-section">
      <%= render partial: "form", object: f %>
    </div>
  </div>
  <div class="button--double form-general-submit">
    <%= f.submit t(".update") %>
  </div>
<% end %>

Version data entries

36 entries across 9 versions & 1 rubygems

Version Path
decidim-admin-0.27.9 app/views/decidim/admin/area_types/edit.html.erb
decidim-admin-0.27.9 app/views/decidim/admin/scopes/edit.html.erb
decidim-admin-0.27.9 app/views/decidim/admin/scope_types/edit.html.erb
decidim-admin-0.27.9 app/views/decidim/admin/areas/edit.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/scopes/edit.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/area_types/edit.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/areas/edit.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/scope_types/edit.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/area_types/edit.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/scopes/edit.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/scope_types/edit.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/areas/edit.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/scopes/edit.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/area_types/edit.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/areas/edit.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/scope_types/edit.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/area_types/edit.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/areas/edit.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/scope_types/edit.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/scopes/edit.html.erb