fix decorate calls on collections after draper update
This commit is contained in:
parent
520f02259c
commit
6aead7991f
6 changed files with 15 additions and 14 deletions
|
@ -16,7 +16,7 @@ class CompareController < ProjectResourceController
|
|||
@refs_are_same = result[:same]
|
||||
@line_notes = []
|
||||
|
||||
@commits = CommitDecorator.decorate(@commits)
|
||||
@commits = CommitDecorator.decorate_collection(@commits)
|
||||
end
|
||||
|
||||
def create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue