Commit de2c189e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix blame view head nav

parent 84043e8e
%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]
......@@ -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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment