gitlab-org--gitlab-foss/app/views/projects/network/show.html.haml
Dmitriy Zaporozhets 268c183b29
Replace gif animation with font icon spinner
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-05 20:30:57 +02:00

14 lines
385 B
Text

= render "head"
.project-network
.tip
You can move around the graph by using the arrow keys.
.network-graph
= spinner
:javascript
new Network({
url: '#{project_network_path(@project, @ref, @options.merge(format: :json))}',
commit_url: '#{project_commit_path(@project, 'ae45ca32').gsub("ae45ca32", "%s")}',
ref: '#{@ref}',
commit_id: '#{@commit.id}'
})