diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-02 20:49:27 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-02 20:49:27 +0100 |
commit | 7335f366dc952aa371e1e17cfbe2874d51dd6f16 (patch) | |
tree | f8a669cc390bccf06dce29ecaeb5ab8dbfeee5b9 /app/controllers/commit_controller.rb | |
parent | db2c15369c365340aeaf4e431e8838714b40396b (diff) | |
download | gitlab-ce-7335f366dc952aa371e1e17cfbe2874d51dd6f16.tar.gz |
Fix comment and reply buttons
Diffstat (limited to 'app/controllers/commit_controller.rb')
-rw-r--r-- | app/controllers/commit_controller.rb | 2 |
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 |