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

_head.html.haml « network « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f08526f485e79ab0fd6682f2618cf58f8a21a254 (plain)
1
2
3
4
5
6
7
8
9
- @no_container = true

%div{ class: container_class }
  .row-content-block.second-block.content-component-block
    .tree-ref-holder
      = render partial: 'shared/ref_switcher', locals: {destination: 'graph'}

    .oneline
      = _("You can move around the graph by using the arrow keys.")