Commit 6815ae3e authored by Rémy Coutable's avatar Rémy Coutable

Use render instead of render_if_exists in app/views/projects/services/prometheus/_show.html.haml

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 1a959e1b
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment