Skip to content

Instantly share code, notes, and snippets.

@arunthampi
Created July 20, 2011 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunthampi/1094270 to your computer and use it in GitHub Desktop.
Save arunthampi/1094270 to your computer and use it in GitHub Desktop.
No 'end's in HAML
%ul
- @feed_stories.each do |story|
%li= render :partial => 'feed_item', :locals => { :s => story }
= will_paginate @feed_stories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment