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

15 lines
397 B
Text
Raw Normal View History

2013-02-04 22:46:31 -05:00
= render "head"
.project-network
.tip
You can move around the graph by using the arrow keys.
.network-graph
.loading.loading-gray
2011-11-13 06:58:45 -05:00
:javascript
new Network({
url: '#{project_network_path(@project, @ref, @options.merge(format: :json))}',
2013-05-02 07:36:53 -04:00
commit_url: '#{project_commit_path(@project, 'ae45ca32').gsub("ae45ca32", "%s")}',
ref: '#{@ref}',
commit_id: '#{@commit.id}'
})