]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/diary_comments_controller.rb
Merge remote-tracking branch 'upstream/pull/5054'
[rails.git] / app / controllers / diary_comments_controller.rb
index a9a7a2641b902bcef70038d186b59eab5b1846d3..35dbbb559cce41b03491eda4258404fda9a6cd47 100644 (file)
@@ -41,7 +41,7 @@ class DiaryCommentsController < ApplicationController
       # Add the commenter to the subscribers if necessary
       @entry.subscriptions.create(:user => current_user) unless @entry.subscribers.exists?(current_user.id)
 
-      redirect_to diary_entry_path(@entry.user, @entry)
+      redirect_to diary_entry_path(@entry.user, @entry, :anchor => "comment#{@diary_comment.id}")
     else
       render :action => "new"
     end