summaryrefslogtreecommitdiff
path: root/app/controllers/commit_controller.rb
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-02 20:49:27 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-02 20:49:27 +0100
commit7335f366dc952aa371e1e17cfbe2874d51dd6f16 (patch)
treef8a669cc390bccf06dce29ecaeb5ab8dbfeee5b9 /app/controllers/commit_controller.rb
parentdb2c15369c365340aeaf4e431e8838714b40396b (diff)
downloadgitlab-ce-7335f366dc952aa371e1e17cfbe2874d51dd6f16.tar.gz
Fix comment and reply buttons
Diffstat (limited to 'app/controllers/commit_controller.rb')
-rw-r--r--app/controllers/commit_controller.rb2
1 files changed, 1 insertions, 1 deletions
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