8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
= paginate @stories
|
|
- @stories.each do |story|
|
|
= render "inline" , story: story
|
|
|
|
%br
|
|
|
|
= link_to 'New Story', new_story_path
|