diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-27 22:05:02 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-01 09:04:25 +0200 |
commit | e2e4dc5942221f37713c3414e1811cc85dfaeab9 (patch) | |
tree | b7cc58926577bc3811f0c2531016187b55b285ca | |
parent | 88d3e97e502f0be4f01fed100a06e04b2e0f2017 (diff) | |
download | gitlab-ce-e2e4dc5942221f37713c3414e1811cc85dfaeab9.tar.gz |
Use blob local instead of instance.
-rw-r--r-- | app/views/projects/blob/_blob.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_blob.html.haml b/app/views/projects/blob/_blob.html.haml index be785dacedb..6ad40e8fa1f 100644 --- a/app/views/projects/blob/_blob.html.haml +++ b/app/views/projects/blob/_blob.html.haml @@ -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 |