Sha256: 5a89668448fb426147edf2b01b2521a5a8632dca7aadd9972636ac634b98d508

Contents?: true

Size: 265 Bytes

Versions: 7

Compression:

Stored size: 265 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>

<% provide :title do %>
  <h2><%= t ".title" %></h2>
<% end %>

<%= decidim_form_for(@form) do |f| %>
  <%= render partial: "form", object: f %>

  <div class="actions">
    <%= f.submit t(".update") %>
  </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-system-0.27.9 app/views/decidim/system/admins/edit.html.erb
decidim-system-0.27.8 app/views/decidim/system/admins/edit.html.erb
decidim-system-0.27.7 app/views/decidim/system/admins/edit.html.erb
decidim-system-0.27.6 app/views/decidim/system/admins/edit.html.erb
decidim-system-0.26.10 app/views/decidim/system/admins/edit.html.erb
decidim-system-0.26.9 app/views/decidim/system/admins/edit.html.erb
decidim-system-0.27.5 app/views/decidim/system/admins/edit.html.erb