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