Commit e8cc7fa408469518baca1aef5ef89c50736d68bd
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'hotfixes' into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/comment_group/views/comment_group_plugin_profile/_comment_group.html.erb
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <div style="float: left"> | 3 | <div style="float: left"> |
4 | <%= link_to_remote(image_tag("/plugins/comment_group/images/comments.gif"), | 4 | <%= link_to_remote(image_tag("/plugins/comment_group/images/comments.gif"), |
5 | :url => { :profile => profile_identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => group_id, :article_id => article_id}, | 5 | :url => { :profile => profile_identifier, :controller => 'comment_group_plugin_profile', :action => 'view_comments', :group_id => group_id, :article_id => article_id}, |
6 | - :method => :post, | 6 | + :method => :get, |
7 | :condition => "!toggleGroup(#{group_id})", | 7 | :condition => "!toggleGroup(#{group_id})", |
8 | :complete => "loadCompleted(#{group_id})")%> | 8 | :complete => "loadCompleted(#{group_id})")%> |
9 | </div> | 9 | </div> |