Fix compare crash after decorator refactoring
This commit is contained in:
parent
0296121f08
commit
501ca8e6e8
2 changed files with 5 additions and 2 deletions
|
@ -52,6 +52,8 @@ class CommitsController < ApplicationController
|
|||
@commit = result[:commit]
|
||||
@diffs = result[:diffs]
|
||||
@line_notes = []
|
||||
|
||||
@commits = CommitDecorator.decorate(@commits)
|
||||
end
|
||||
|
||||
def patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue