show profiles good

This commit is contained in:
2023-01-22 11:36:35 +02:00
parent 080e02a1f3
commit a2fe816cc8
8 changed files with 66 additions and 44 deletions

View File

@ -0,0 +1,8 @@
= render "profile_card" , profile: profile
.flex.justify-between.mt-4
= link_to edit_profile_path(profile) do
%button.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400
Edit
= form_tag( profile_path(profile.id) , {method: :delete } ) do
%button.bg-red-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400{type: :submit}
Delete Profile