This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
score-tracker/views/manage/manage-nonadmin.pug

17 lines
410 B
Plaintext
Raw Normal View History

2021-11-26 19:37:09 +00:00
extends ../layout
block stylesheets
link(rel='stylesheet', href='/stylesheets/manage.css')
link(rel='stylesheet', href='/stylesheets/form.css')
block actions
button#manage-account-button(class="send-to-right") Manage account
block content
div
table#games-list
div
button#add-new-button Add new...
block scripts
script(src='/scripts/manage/manage-nonadmin.js' type="module")