create members

This commit is contained in:
2022-12-20 17:05:26 +02:00
parent 3c0d125990
commit d2890636fd
19 changed files with 308 additions and 27 deletions

View File

@ -0,0 +1,12 @@
%p#notice= notice
%p
%b Name:
= @member.name
%p
%b Public:
= @member.public
= link_to 'Edit', edit_member_path(@member)
\|
= link_to 'Back', members_path