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