summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_blob.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-20 20:19:59 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-20 20:19:59 +0200
commitdc0879ac9ed221ff6a72d4fef00dba3b0c42b78b (patch)
treeaee95ad44cf9618d1ded2850e9099381765c6b2e /app/views/projects/blob/_blob.html.haml
parente007d810c9945f13817eaa5c907a5e8a72a8a0e5 (diff)
parente2e4dc5942221f37713c3414e1811cc85dfaeab9 (diff)
downloadgitlab-ce-dc0879ac9ed221ff6a72d4fef00dba3b0c42b78b.tar.gz
Merge pull request #7882 from cirosantilli/blob-instance-to-local
Use blob local instead of instance.
Diffstat (limited to 'app/views/projects/blob/_blob.html.haml')
-rw-r--r--app/views/projects/blob/_blob.html.haml2
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 492dff437b5..68f3b08b8c8 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