2012-05-17 19:11:45 +03:00
|
|
|
%ul.nav.nav-tabs
|
|
|
|
%li
|
2012-09-16 12:07:57 -04:00
|
|
|
= render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: params[:path]}
|
2012-09-26 16:14:17 -04:00
|
|
|
= nav_link(controller: :refs) do
|
|
|
|
= link_to 'Source', project_tree_path(@project, @ref)
|
2012-09-03 22:30:14 +03:00
|
|
|
%li.right
|
2012-10-22 19:30:42 +02:00
|
|
|
= render "shared/clone_panel"
|