minimember arranging

This commit is contained in:
2022-12-22 16:27:05 +02:00
parent cdb1637bb0
commit ed918880fb
5 changed files with 89 additions and 57 deletions

View File

@ -1,16 +1,14 @@
%p#notice= notice
.flex.justify-center
.flex.flex-col
%p
%b Name:
= @member.name
%p
%b Public:
= @member.public
%p
%b Name:
= @member.name
%p
%b Public:
= @member.public
= link_to 'Edit', edit_member_path(@member)
\|
= link_to 'Back', members_path
\|
= form_tag( destroy_member_session_path , {method: :delete } ) do
%button.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400{type: :submit}
Sign out
= link_to 'Edit', edit_member_path(@member)
= link_to 'Back', members_path
= form_tag( destroy_member_session_path , {method: :delete } ) do
%button.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400{type: :submit}
Sign out