mastodon/app/views/user_groups/show.html.haml

19 lines
281 B
Plaintext
Raw Normal View History

2019-08-27 17:05:17 +02:00
%p#notice= notice
%p
%b Name:
= @user_group.name
%p
%b Createat:
= @user_group.created_at
2019-08-27 17:05:17 +02:00
%p
%b Visibility:
= @user_group.visibility
%p
%b Creator:
= @user_group.account_id
2019-08-27 17:05:17 +02:00
= link_to 'Edit', edit_user_group_path(@user_group)
\|
= link_to 'Back', user_groups_path