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

8 lines
263 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.pull-right
= render "shared/clone_panel"