Created
July 21, 2008 21:10
-
-
Save mrb/239 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected]_with_index do |author, index| | |
#container{:style=>"float:left;"} | |
.bigsansed="#{link_to author.name, author}" | |
%br/ | |
[email protected]_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