From 27bcd2a0d1fd124e2caa65f65865f745f854f812 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 5 Nov 2014 12:25:03 -0300 Subject: [PATCH] community_track: fix more link from track list block --- plugins/community_track/views/blocks/_track_list_more.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community_track/views/blocks/_track_list_more.html.erb b/plugins/community_track/views/blocks/_track_list_more.html.erb index c6e0b41..e6c7e65 100644 --- a/plugins/community_track/views/blocks/_track_list_more.html.erb +++ b/plugins/community_track/views/blocks/_track_list_more.html.erb @@ -6,7 +6,7 @@ <% else %>
- <%= link_to_remote(_('More'), :url => {:id => block.id, :controller => 'community_track_plugin_public', :action => 'view_tracks', :page => page, :per_page => per_page, :force_same_page => force_same_page}) %> + <%= link_to_remote(_('More'), :url => {:id => block.id, :controller => 'community_track_plugin_public', :action => 'view_tracks', :page => page, :per_page => per_page, :force_same_page => force_same_page}, :method => :get) %>
<% end %> -- libgit2 0.21.2