Sha256: ea4f7aa4d1495f59984a5011f5d8a3d328b3194f967eb8e56d8aa3d00988f7e3

Contents?: true

Size: 722 Bytes

Versions: 13

Compression:

Stored size: 722 Bytes

Contents

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

<%= render layout: "layouts/decidim/shared/layout_center" do %>
  <div class="text-center py-10">
    <h1 class="title-decorator inline-block text-left mb-12">
      <%= t("edit_user_group", scope: "decidim.groups.edit") %>
    </h1>
  </div>

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

    <div class="form__wrapper-block">
      <%= f.submit t("update_user_group", scope: "decidim.groups.edit"), class: "button button__sm md:button__lg button__secondary" %>
    </div>
  <% end %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
decidim-core-0.29.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.28.4 app/views/decidim/groups/edit.html.erb
decidim-core-0.29.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.28.3 app/views/decidim/groups/edit.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/groups/edit.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/groups/edit.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/groups/edit.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/groups/edit.html.erb
decidim-core-0.28.2 app/views/decidim/groups/edit.html.erb
decidim-core-0.28.1 app/views/decidim/groups/edit.html.erb
decidim-core-0.28.0 app/views/decidim/groups/edit.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/groups/edit.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/groups/edit.html.erb