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

25 lines
622 B
Text
Raw Normal View History

2020-08-17 19:04:50 +02:00
extends ../layout
2020-08-17 13:22:52 +02:00
block content
div.card
h1 Administration
div
2020-08-17 19:04:50 +02:00
h2 Commands management
2020-08-17 13:22:52 +02:00
div.buttons
2020-08-17 19:04:50 +02:00
a(href="/admin/commands/date")
2020-08-17 13:22:52 +02:00
button Orders date
2020-08-17 19:04:50 +02:00
a(href="/admin/commands")
button Manage commands
2020-08-17 13:22:52 +02:00
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