Sha256: 8c46097bf2c64dba92c1595efd113e0d085d0d68e0bfe9a7af493d0bf92e6422

Contents?: true

Size: 766 Bytes

Versions: 15

Compression:

Stored size: 766 Bytes

Contents

<main class="wrapper">
<div class="row collapse">
  <div class="row collapse">
    <div class="columns large-8 large-centered text-center page-title">
      <h1><%= t(".edit_user_group") %></h1>
    </div>
  </div>

  <div class="row">
    <div class="columns large-6 medium-10 medium-centered">

      <%= decidim_form_for(@form, url: group_path(@user_group.nickname), method: :patch, html: { id: "edit-group" }) do |f| %>
        <div class="card">
          <div class="card__content">
            <%= render partial: "form", locals: { f: f } %>

            <div class="actions">
              <%= f.submit t(".update_user_group"), class: "button expanded" %>
            </div>
          </div>
        </div>
      <% end %>
    </div>
  </div>
</div>
</main>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
decidim-core-0.21.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.20.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.20.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.19.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.18.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.19.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.17.2 app/views/decidim/groups/edit.html.erb
decidim-core-0.18.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.17.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.16.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.17.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.16.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.15.2 app/views/decidim/groups/edit.html.erb
decidim-core-0.15.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.15.0 app/views/decidim/groups/edit.html.erb