submodules displayed for tree view

This commit is contained in:
Dmitriy Zaporozhets 2012-02-14 23:48:42 +02:00
parent c062e56b4c
commit a7bcc2eb5c
8 changed files with 38 additions and 9 deletions

View file

@ -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|