summaryrefslogtreecommitdiff
path: root/app/views/projects/network/_head.html.haml
blob: 097ffb0b7fe0bc20fd39e8c2b14b12aa9d34be12 (plain)
1
2
3
4
5
6
.row-content-block.second-block.content-component-block.gl-px-0.gl-py-3
  .gl-w-20
    #js-graph-ref-switcher{ data: { project_id: @project.id, ref: @ref, network_path: project_network_path(@project) } }

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