gitlab-org--gitlab-foss/app/views/projects/network/_head.html.haml

10 lines
294 B
Plaintext
Raw Normal View History

2016-06-03 18:09:45 +00:00
- @no_container = true
2016-06-30 13:01:26 +00:00
%div{ class: container_class }
2016-06-03 18:09:45 +00:00
.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.")