This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-26 19:37:09 +00:00
|
|
|
extends ../layout
|
2021-11-26 01:29:18 +00:00
|
|
|
|
|
|
|
block stylesheets
|
|
|
|
link(rel='stylesheet', href='/stylesheets/manage.css')
|
|
|
|
link(rel='stylesheet', href='/stylesheets/form.css')
|
|
|
|
|
2021-11-26 19:59:48 +00:00
|
|
|
block actions
|
|
|
|
button#manage-account-button(class="send-to-right") Manage account
|
2021-11-26 02:46:29 +00:00
|
|
|
|
2021-11-26 19:59:48 +00:00
|
|
|
block content
|
2021-11-26 01:29:18 +00:00
|
|
|
div
|
|
|
|
table#games-list
|
2021-11-26 19:59:48 +00:00
|
|
|
div
|
|
|
|
button#add-new-button Add new...
|
2021-11-26 01:29:18 +00:00
|
|
|
|
|
|
|
block scripts
|
|
|
|
script(src='/scripts/manage/manage-nonadmin.js' type="module")
|