Adjust layout for non-admin management panel
parent
bb335c7aca
commit
ad4533e712
|
@ -7,7 +7,7 @@ block stylesheets
|
||||||
block actions
|
block actions
|
||||||
if userLoggedIn
|
if userLoggedIn
|
||||||
button#add-score-button Submit score
|
button#add-score-button Submit score
|
||||||
button#manage-button Manage scores
|
button#manage-button Manage...
|
||||||
|
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
|
|
@ -4,14 +4,14 @@ block stylesheets
|
||||||
link(rel='stylesheet', href='/stylesheets/manage.css')
|
link(rel='stylesheet', href='/stylesheets/manage.css')
|
||||||
link(rel='stylesheet', href='/stylesheets/form.css')
|
link(rel='stylesheet', href='/stylesheets/form.css')
|
||||||
|
|
||||||
block content
|
block actions
|
||||||
span(class="flat-content")
|
button#manage-account-button(class="send-to-right") Manage account
|
||||||
button#add-new-button Add new...
|
|
||||||
button#manage-account-button(class="send-to-right") Manage account...
|
|
||||||
|
|
||||||
|
block content
|
||||||
div
|
div
|
||||||
h2#table-header
|
|
||||||
table#games-list
|
table#games-list
|
||||||
|
div
|
||||||
|
button#add-new-button Add new...
|
||||||
|
|
||||||
block scripts
|
block scripts
|
||||||
script(src='/scripts/manage/manage-nonadmin.js' type="module")
|
script(src='/scripts/manage/manage-nonadmin.js' type="module")
|
Reference in New Issue