app/views/layouts/phcpress/application.html.erb in phcpress-2.6.0 vs app/views/layouts/phcpress/application.html.erb in phcpress-2.6.1
- old
+ new
@@ -9,10 +9,9 @@
<%= csrf_meta_tags %>
</head>
<body>
- <%= render 'layouts/phcnotifi/components/notifications' %>
<div class="container">
<div class="row">
<%= yield %>
</div>
</div>