mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
- content_for :page_title do
|
|
= 'Modifier le groupe'
|
|
|
|
%h1 Editing user_group
|
|
|
|
= render 'form'
|
|
|
|
= link_to 'Show', @user_group
|
|
\|
|
|
= link_to 'Back', user_groups_path
|