residency/app/views/members/show.html.haml

13 lines
164 B
Plaintext
Raw Normal View History

2022-12-20 16:05:26 +01:00
%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