diff --git a/app/views/blame/_head.html.haml b/app/views/blame/_head.html.haml
index ef9e6c9c532..3a883829562 100644
--- a/app/views/blame/_head.html.haml
+++ b/app/views/blame/_head.html.haml
@@ -1,7 +1,2 @@
-%ul.nav.nav-tabs
- %li
- = render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: params[:path]}
- = nav_link(controller: :refs) do
- = link_to 'Source', project_tree_path(@project, @ref)
- %li.pull-right
- = render "shared/clone_panel"
+%div.tree-ref-holder
+ = render 'shared/ref_switcher', destination: 'tree', path: params[:path]
diff --git a/app/views/blame/show.html.haml b/app/views/blame/show.html.haml
index 62516266536..f85dde6dbbf 100644
--- a/app/views/blame/show.html.haml
+++ b/app/views/blame/show.html.haml
@@ -3,7 +3,7 @@
#tree-holder.tree-holder
%ul.breadcrumb
%li
- %span.arrow
+ %i.icon-angle-right
= link_to project_tree_path(@project, @ref) do
= @project.name
- @tree.breadcrumbs(6) do |link|