REpostiry, Team models
This commit is contained in:
parent
e6c0673ef1
commit
39ba934c0a
31 changed files with 329 additions and 315 deletions
|
@ -9,7 +9,7 @@ class CommitLoadContext < BaseContext
|
|||
status: :ok
|
||||
}
|
||||
|
||||
commit = project.commit(params[:id])
|
||||
commit = project.repository.commit(params[:id])
|
||||
|
||||
if commit
|
||||
commit = CommitDecorator.decorate(commit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue