app/views/layouts/phcmemberspro/application.html.erb in phcmemberspro-2.1.6 vs app/views/layouts/phcmemberspro/application.html.erb in phcmemberspro-2.1.7
- old
+ new
@@ -5,11 +5,9 @@
<%= stylesheet_link_tag "phcmemberspro/application", media: "all" %>
<%= javascript_include_tag "phcmemberspro/application" %>
<%= csrf_meta_tags %>
</head>
<body>
- <<div id="content" class="padding-20">
- <%= render 'layouts/phcnotifi/components/notifications' %>
- <%= yield %>
- </div>
+ <%= render 'layouts/phcnotifi/components/notifications' %>
+ <%= yield %>
</body>
</html>