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

7 lines
249 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)
%li.right
2012-10-22 19:30:42 +02:00
= render "shared/clone_panel"