Commit header improved. finalize PR 667
This commit is contained in:
parent
a7ed8276d7
commit
c0df0cd70c
6 changed files with 99 additions and 100 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue