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

8 lines
115 B
Plaintext
Raw Normal View History

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