mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
%p#notice= notice
|
|
|
|
%p
|
|
%b Name:
|
|
= @user_group.name
|
|
%p
|
|
%b Createat:
|
|
= @user_group.created_at
|
|
%p
|
|
%b Visibility:
|
|
= @user_group.visibility
|
|
%p
|
|
%b Creator:
|
|
= @user_group.account_id
|
|
|
|
= link_to 'Edit', edit_user_group_path(@user_group)
|
|
\|
|
|
= link_to 'Back', user_groups_path
|