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

6 lines
99 B
Plaintext
Raw Normal View History

= render_story @story
2023-01-11 17:48:06 +01:00
= link_to 'Edit', edit_story_path(@story)
\|
= link_to 'Back', stories_path