summaryrefslogtreecommitdiff
path: root/app/views/projects/network/_head.html.haml
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.")