Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_head.html.haml « blame « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85da18052b4aca1045b90c5f264fa060d4073299 (plain)
1
2
3
4
5
6
7
%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.right
    = render "shared/clone_panel"