submodules displayed for tree view
This commit is contained in:
parent
c062e56b4c
commit
a7bcc2eb5c
8 changed files with 38 additions and 9 deletions
|
@ -28,6 +28,7 @@ class CommitsController < ApplicationController
|
|||
@notes = project.commit_notes(@commit).fresh.limit(20)
|
||||
@note = @project.build_commit_note(@commit)
|
||||
|
||||
@comments_allowed = true
|
||||
@line_notes = project.commit_line_notes(@commit)
|
||||
|
||||
respond_to do |format|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue