mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
- content_for :page_title do
|
|
= 'Nouveau groupe'
|
|
.container
|
|
%h1 New user_group
|
|
|
|
= render 'form'
|
|
|
|
= link_to 'Back', user_groups_path
|