Fix comment and reply buttons
This commit is contained in:
parent
db2c15369c
commit
7335f366dc
4 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue