From 72f0a6b286e6a11addc70249643a96fd5b0559c1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 14 Jun 2014 20:01:56 +0300 Subject: [PATCH] Fix blob breadcrumb --- app/views/projects/blob/_blob.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/blob/_blob.html.haml b/app/views/projects/blob/_blob.html.haml index b0cac82..87574d4 100644 --- a/app/views/projects/blob/_blob.html.haml +++ b/app/views/projects/blob/_blob.html.haml @@ -1,4 +1,4 @@ -%ul.breadcrumb +%ul.breadcrumb.repo-breadcrumb %li %i.icon-angle-right = link_to project_tree_path(@project, @ref) do -- libgit2 0.21.2