gitlabhq/app/views/tree/_head.html.haml

8 lines
255 B
Plaintext
Raw Normal View History

%ul.nav.nav-tabs
%li
2012-09-17 19:07:17 +02:00
= render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: @path}
= nav_link(controller: :tree) do
= link_to 'Source', project_tree_path(@project, @ref)
2013-01-30 15:40:43 +01:00
%li.pull-right
= render "shared/clone_panel"