2023-01-11 20:14:36 +01:00
|
|
|
= render_story @story
|
2023-01-11 17:48:06 +01:00
|
|
|
|
2023-01-18 11:40:19 +01:00
|
|
|
.mx-20.flex.justify-between
|
|
|
|
= link_to edit_story_path(@story) do
|
|
|
|
%button.mt-6.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400
|
|
|
|
Edit
|
|
|
|
= link_to stories_path do
|
|
|
|
%button.mt-6.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400
|
|
|
|
Back
|