summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-07-23 18:31:17 +0000
committerRobert Speicher <robert@gitlab.com>2018-07-23 18:31:17 +0000
commitc1b335e0122052ff51e9c55f150f13e841737797 (patch)
treecd6ff5e3d3c43981634693b19265a529911117e8
parente23b966d8dd2a161d3493c0b991c0c2ce43fea75 (diff)
parent6815ae3e9fb769b60aaec0b4677743e0fed3612e (diff)
downloadgitlab-ce-c1b335e0122052ff51e9c55f150f13e841737797.tar.gz
Merge branch '6977-follow-up-from-ee-resolve-extract-ee-specific-files-lines-for-some-platform-related-project-views' into 'master'
Use render instead of render_if_exists in app/views/projects/services/prometheus/_show.html.haml Closes gitlab-ee#6977 See merge request gitlab-org/gitlab-ce!20783
-rw-r--r--app/views/projects/services/prometheus/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/prometheus/_show.html.haml b/app/views/projects/services/prometheus/_show.html.haml
index 9741b783db3..1d0b0265bb7 100644
--- a/app/views/projects/services/prometheus/_show.html.haml
+++ b/app/views/projects/services/prometheus/_show.html.haml
@@ -7,4 +7,4 @@
= link_to s_('PrometheusService|More information'), help_page_path('user/project/integrations/prometheus_library/metrics'), target: '_blank', rel: "noopener noreferrer"
.col-lg-9
- = render_if_exists 'projects/services/prometheus/metrics', project: @project
+ = render 'projects/services/prometheus/metrics', project: @project