Commit header improved. finalize PR 667

This commit is contained in:
Dmitriy Zaporozhets 2012-04-16 01:10:09 +03:00
parent a7ed8276d7
commit c0df0cd70c
6 changed files with 99 additions and 100 deletions

View file

@ -29,6 +29,8 @@ class CommitsController < ApplicationController
git_not_found! and return unless @commit
@commit = CommitDecorator.decorate(@commit)
@note = @project.build_commit_note(@commit)
@comments_allowed = true
@line_notes = project.commit_line_notes(@commit)