residency/app/views/stories/show.html.haml
2023-01-11 18:48:06 +02:00

19 lines
234 B
Plaintext

%p#notice= notice
%p
%b Picture:
= @story.picture
%p
%b Header:
= @story.header
%p
%b Text:
= @story.text
%p
%b Happened:
= @story.happened
= link_to 'Edit', edit_story_path(@story)
\|
= link_to 'Back', stories_path