Created
July 22, 2008 15:00
-
-
Save mrb/1053 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
.floatleft{:style=>"width:200px;"} | |
-@contacts[0...(@contacts.per_page/2)].each_with_index do |contact, index| | |
=render :partial => "contact", :locals => {:contact => contact} | |
.floatright{:style=>"width:200px;"} | |
-@contacts[(@contacts.per_page/2)[email protected]_page].each_with_index do |contact, index| | |
=render :partial => "contact", :locals => {:contact => contact} | |
#pagination{:style=>"clear:both;"} | |
=will_paginate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment