Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 21:01:56 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 21:01:56 +0400
commit72f0a6b286e6a11addc70249643a96fd5b0559c1 (patch)
treefb925fc4a998d29ff122fd8c66947b9f4a6db5a5 /app/views/projects/blob/_blob.html.haml
parent56cb6d889910a2c4b6420c190c235b6e8a0324bb (diff)
Fix blob breadcrumb
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 b0cac828f3b..87574d4648b 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