Skip to content

Instantly share code, notes, and snippets.

@mrb
Created July 21, 2008 21:10
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 mrb/239 to your computer and use it in GitHub Desktop.
Save mrb/239 to your computer and use it in GitHub Desktop.
-@authors.each_with_index do |author, index|
#container{:style=>"float:left;"}
.bigsansed="#{link_to author.name, author}"
%br/
-@authors.each_with_index do |author, index|
#container{:style=>"float:right;"}
.bigsansed="#{link_to author.name, author}"
%br/
#pagination
=will_paginate @posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment