From 7335f366dc952aa371e1e17cfbe2874d51dd6f16 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Wed, 2 Jan 2013 20:49:27 +0100 Subject: Fix comment and reply buttons --- app/controllers/commit_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/commit_controller.rb') diff --git a/app/controllers/commit_controller.rb b/app/controllers/commit_controller.rb index 4fbfe205d3f..1329410891d 100644 --- a/app/controllers/commit_controller.rb +++ b/app/controllers/commit_controller.rb @@ -23,7 +23,7 @@ class CommitController < ProjectResourceController @comments_allowed = @reply_allowed = true @comments_target = { noteable_type: 'Commit', - noteable_id: @commit.id } + commit_id: @commit.id } respond_to do |format| format.html do -- cgit v1.2.1