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

11 lines
241 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
2023-01-18 12:40:19 +02:00
.flex.ml-20
= link_to new_story_path do
%button.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400
New Story