This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
score-tracker/views/manage/manage-nonadmin.pug
2021-11-26 12:37:09 -07:00

17 lines
No EOL
449 B
Text

extends ../layout
block stylesheets
link(rel='stylesheet', href='/stylesheets/manage.css')
link(rel='stylesheet', href='/stylesheets/form.css')
block content
span(class="flat-content")
button#add-new-button Add new...
button#manage-account-button(class="send-to-right") Manage account...
div
h2#table-header
table#games-list
block scripts
script(src='/scripts/manage/manage-nonadmin.js' type="module")