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

8 lines
115 B
Plaintext
Raw Normal View History

2023-01-11 19:52:58 +01:00
= paginate @stories
- @stories.each do |story|
= render_story(story)
2023-01-11 17:48:06 +01:00
%br
= link_to 'New Story', new_story_path