Merge pull request #5486 from consuldemocracy/fix_main_tag_in_admin_layout

Correctly close <main> tag in admin layout
This commit is contained in:
Javi Martín
2024-04-11 14:38:29 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@
<%= render "layouts/flash" %> <%= render "layouts/flash" %>
<%= render "layouts/officing_booth" if controller.class.module_parent == Officing && session[:booth_id].present? %> <%= render "layouts/officing_booth" if controller.class.module_parent == Officing && session[:booth_id].present? %>
<%= yield %> <%= yield %>
</div> </main>
</div> </div>
</body> </body>
</html> </html>