search for: albums_pag

Displaying 1 result from an estimated 1 matches for "albums_pag".

Did you mean: albums_path
2007 May 19
0
database outputting results twice per page (using pagination + sorthelper)
...ng the same 5 db results listed twice, I cant seem to figure out why this is how the page look page 1: post 1 post 2 post 3 post 1 post 2 post 3 page 2: post 4 post 5 post 6 post 4 post 5 post 6 template ------------------------------ <%= render_collection_of_partials "upcoming", @albums_pages %> view (sorry its big) ------------------------------ <% @upcoming.each do |i| %> <div id="album"> <div id="info"><a href="<%= albums_url(:permalink => i.permalink) %>">< %= image_tag url_for_file_column(i, "cover"),...