11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
= paginate @stories
|
|
- @stories.each do |story|
|
|
= render_story(story)
|
|
|
|
%br
|
|
|
|
.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
|