summaryrefslogtreecommitdiff
path: root/app/views/projects/network
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-21 10:00:08 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-21 12:25:18 -0600
commit07b3bf9ec3900324195566c0d4aeb05abfdb9277 (patch)
treec60d075f2c099de90f78708e9b205ce903628fbd /app/views/projects/network
parentdf689bdf69eec47475dcfd16cc7cf01bfc5686b2 (diff)
downloadgitlab-ce-07b3bf9ec3900324195566c0d4aeb05abfdb9277.tar.gz
Fix Network graph links.
Resolves #18894.
Diffstat (limited to 'app/views/projects/network')
-rw-r--r--app/views/projects/network/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/network/show.html.haml b/app/views/projects/network/show.html.haml
index e4ab064eda8..de767e1979d 100644
--- a/app/views/projects/network/show.html.haml
+++ b/app/views/projects/network/show.html.haml
@@ -15,5 +15,5 @@
= check_box_tag :filter_ref, 1, @options[:filter_ref]
%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