Use blob local instead of instance.
This commit is contained in:
parent
88d3e97e50
commit
e2e4dc5942
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
= link_to title, '#'
|
||||
|
||||
%ul.blob-commit-info.bs-callout.bs-callout-info.hidden-xs
|
||||
- blob_commit = @repository.last_commit_for_path(@commit.id, @blob.path)
|
||||
- blob_commit = @repository.last_commit_for_path(@commit.id, blob.path)
|
||||
= render blob_commit, project: @project
|
||||
|
||||
%div#tree-content-holder.tree-content-holder
|
||||
|
|
Loading…
Reference in a new issue