Werk hoofdapplicatie bij
Legt de bestaande wijzigingen in de hoofdworktree vast voordat de laatste worktree wordt gemerged.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
+13
-24
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="nl">
|
||||
<!DOCTYPE html>
|
||||
<html lang="nl" data-household-id="<%= user?.household_id || '' %>">
|
||||
|
||||
<head>
|
||||
|
||||
@@ -7,37 +7,26 @@
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div class="page">
|
||||
|
||||
<%- include("../partials/navbar") %>
|
||||
|
||||
<main class="container-xl mt-4">
|
||||
|
||||
<div class="page-wrapper">
|
||||
<%- include("../partials/flash") %>
|
||||
|
||||
<%- body %>
|
||||
|
||||
<div class="container-xl">
|
||||
</main>
|
||||
|
||||
<%- body %>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<%- include("../partials/footer") %>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>
|
||||
<%- include("../partials/footer") %>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.bundle.min.js"></script>
|
||||
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
|
||||
<script src="/js/app.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user