Commit d660e16c40d08d9fba102d8ce04eb922ae7f2aa2

Authored by Antonio Terceiro
1 parent 3789a58e

ActionItem1040: don't reload the page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/content_viewer_helper.rb
... ... @@ -32,7 +32,7 @@ module ContentViewerHelper
32 32 end
33 33  
34 34 def link_to_comments(article)
35   - link_to( number_of_comments(article), article.url.merge(:form => 'opened', :anchor => 'comments_list') )
  35 + link_to( number_of_comments(article), article.url.merge(:anchor => 'comments_list') )
36 36 end
37 37  
38 38 end
... ...