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

Use blob local instead of instance.
This commit is contained in:
Dmitriy Zaporozhets 2014-12-20 20:19:59 +02:00
commit dc0879ac9e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
= link_to title, '#' = link_to title, '#'
%ul.blob-commit-info.bs-callout.bs-callout-info.hidden-xs %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 = render blob_commit, project: @project
%div#tree-content-holder.tree-content-holder %div#tree-content-holder.tree-content-holder