Commit dc0879ac authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7882 from cirosantilli/blob-instance-to-local

Use blob local instead of instance.
parents e007d810 e2e4dc59
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment