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