Merge pull request #5486 from consuldemocracy/fix_main_tag_in_admin_layout
Correctly close <main> tag in admin layout
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<%= render "layouts/flash" %>
|
||||
<%= render "layouts/officing_booth" if controller.class.module_parent == Officing && session[:booth_id].present? %>
|
||||
<%= yield %>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user