search for: albums_url

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

2007 May 19
0
database outputting results twice per page (using pagination + sorthelper)
...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"), :id => ''cover'' %> </a><br> <h2><% @title = i.artist + " - " + i.album %><a href="albumview.htm"><%= link_t...