Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/views/admin/index.pug

24 lines
622 B
Text

extends ../layout
block content
div.card
h1 Administration
div
h2 Commands management
div.buttons
a(href="/admin/commands/date")
button Orders date
a(href="/admin/commands")
button Manage commands
div
h2 Sandwich management
div.buttons
a(href="/admin/sandwiches")
button Manage sandwiches
div
h2 User management
div.buttons
a(href="/admin/users")
button Manage users