8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
%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.right
|
|
= render "shared/clone_panel"
|