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

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