Correctly close <main> tag in admin layout

We forgot to do so in commit 2b962f278.
This commit is contained in:
Javi Martín
2024-04-10 17:37:17 +02:00
parent 0dfe10bb5f
commit cd2dba38df

View File

@@ -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>