Skip to content
Snippets Groups Projects
Commit de2c189e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix blame view head nav

parent 84043e8e
No related branches found
No related tags found
No related merge requests found
%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]
Loading
Loading
@@ -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|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment