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>
This commit is contained in:
parent
1a959e1bf4
commit
6815ae3e9f
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
||||||
= link_to s_('PrometheusService|More information'), help_page_path('user/project/integrations/prometheus_library/metrics'), target: '_blank', rel: "noopener noreferrer"
|
= link_to s_('PrometheusService|More information'), help_page_path('user/project/integrations/prometheus_library/metrics'), target: '_blank', rel: "noopener noreferrer"
|
||||||
|
|
||||||
.col-lg-9
|
.col-lg-9
|
||||||
= render_if_exists 'projects/services/prometheus/metrics', project: @project
|
= render 'projects/services/prometheus/metrics', project: @project
|
||||||
|
|
Loading…
Reference in a new issue