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

8 lines
263 B
Plaintext
Raw Normal View History

2012-05-17 18:11:45 +02:00
%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)
2013-01-30 15:40:43 +01:00
%li.pull-right
2012-10-22 19:30:42 +02:00
= render "shared/clone_panel"