summaryrefslogtreecommitdiff
path: root/app/views/projects/security/configuration/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/security/configuration/show.html.haml')
-rw-r--r--app/views/projects/security/configuration/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/security/configuration/show.html.haml b/app/views/projects/security/configuration/show.html.haml
index df14bd09a4d..4b82f74d035 100644
--- a/app/views/projects/security/configuration/show.html.haml
+++ b/app/views/projects/security/configuration/show.html.haml
@@ -3,5 +3,6 @@
- @content_class = "limit-container-width" unless fluid_layout
#js-security-configuration{ data: { **@configuration.to_html_data_attribute,
+ vulnerability_training_docs_path: vulnerability_training_docs_path,
upgrade_path: security_upgrade_path,
project_full_path: @project.full_path } }