Skip to content
Snippets Groups Projects
Unverified Commit 6815ae3e authored by Rémy Coutable's avatar Rémy Coutable
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment