Add manage account button for non-admin manage page

main
sudoer777 2021-11-25 19:46:29 -07:00
parent 79123c14bd
commit 54978d3c35
2 changed files with 9 additions and 1 deletions

View File

@ -17,4 +17,9 @@ a {
.flat-content {
flex-direction: row;
justify-content: space-between;
}
.send-to-right {
margin-left: auto;
}

View File

@ -7,10 +7,13 @@ block stylesheets
block content
div#mobile-view
h1 #{title}
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
button#add-new-button Add new...
block scripts
script(src='/scripts/manage/manage-nonadmin.js' type="module")