gitlabhq/app/views/tree/_head.html.haml
2013-01-30 16:40:43 +02:00

8 lines
255 B
Plaintext

%ul.nav.nav-tabs
%li
= render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: @path}
= nav_link(controller: :tree) do
= link_to 'Source', project_tree_path(@project, @ref)
%li.pull-right
= render "shared/clone_panel"