Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-07-23 16:59:32 +0300
committerRémy Coutable <remy@rymai.me>2018-07-23 16:59:32 +0300
commit6815ae3e9fb769b60aaec0b4677743e0fed3612e (patch)
tree98acb57eacf7538cff6f6282a2b4802dc274ba04 /app/views/projects/services
parent1a959e1bf4269b3c74cb317d18bcc624436aabc5 (diff)
Use render instead of render_if_exists in app/views/projects/services/prometheus/_show.html.haml
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views/projects/services')
-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