Skip to content
Snippets Groups Projects

5 0 stable

Closed gitlab-qa-bot requested to merge 5-0-stable into master
2 files
+ 3
8
Compare changes
  • Side-by-side
  • Inline
Files
2
%ul.nav.nav-tabs
%div.tree-ref-holder
%li
= render 'shared/ref_switcher', destination: 'tree', path: params[:path]
= 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"
Loading