residency/app/views/members/show.html.haml
2022-12-20 17:05:26 +02:00

13 lines
164 B
Plaintext

%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