gitlab-org--gitlab-foss/app/views/tree/_head.html.haml

8 lines
255 B
Plaintext
Raw Normal View History

%ul.nav.nav-tabs
%li
2012-09-17 17:07:17 +00: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 14:40:43 +00:00
%li.pull-right
= render "shared/clone_panel"