Sha256: 877dfd7ba771b001fa640bd4925c22ea91c4336caccc4eedde3d0ac3a821df96

Contents?: true

Size: 817 Bytes

Versions: 46

Compression:

Stored size: 817 Bytes

Contents

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

<div 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>
</div>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.8 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.7 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.6 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.10 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.9 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.5 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.8 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.4 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.3 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.7 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.5 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.2 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.4 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.3 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.0.rc2 app/views/decidim/groups/edit.html.erb
decidim-core-0.27.0.rc1 app/views/decidim/groups/edit.html.erb
decidim-core-0.26.2 app/views/decidim/groups/edit.html.erb