8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
= paginate @stories
|
|
- @stories.each do |story|
|
|
= render_story(story)
|
|
|
|
%br
|
|
|
|
= link_to 'New Story', new_story_path
|