Skip to content
Snippets Groups Projects
Unverified Commit 07b3bf9e authored by Connor Shea's avatar Connor Shea
Browse files

Fix Network graph links.

Resolves #18894.
parent df689bdf
No related branches found
No related tags found
1 merge request!4832Fix Network graph links.
Pipeline #
Loading
@@ -15,5 +15,5 @@
Loading
@@ -15,5 +15,5 @@
= check_box_tag :filter_ref, 1, @options[:filter_ref] = check_box_tag :filter_ref, 1, @options[:filter_ref]
%span Begin with the selected commit %span Begin with the selected commit
   
.network-graph{ data: { url: '#{escape_javascript(@url)}', commit_url: '#{escape_javascript(@commit_url)}', ref: '#{escape_javascript(@ref)}', commit_id: '#{escape_javascript(@commit.id)}' } } .network-graph{ data: { url: "#{@url}", commit_url: "#{@commit_url}", ref: "#{@ref}", commit_id: "#{@commit.id}" } }
= spinner nil, true = spinner nil, true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment