From 6902fb4e01abc1d175141cde19f622d3b6f52161 Mon Sep 17 00:00:00 2001 From: MariaAga Date: Wed, 28 Jul 2021 17:18:46 +0200 Subject: [PATCH] remove deprecated notifications call in rail --- app/views/layouts/foreman_rh_cloud/application.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/layouts/foreman_rh_cloud/application.html.erb b/app/views/layouts/foreman_rh_cloud/application.html.erb index 08032380..c9b4fc71 100644 --- a/app/views/layouts/foreman_rh_cloud/application.html.erb +++ b/app/views/layouts/foreman_rh_cloud/application.html.erb @@ -3,7 +3,6 @@ <% end %> <% content_for(:content) do %> - <%= notifications %>
<%= yield %>