Add manage account button for non-admin manage page
parent
79123c14bd
commit
54978d3c35
|
@ -17,4 +17,9 @@ a {
|
||||||
|
|
||||||
.flat-content {
|
.flat-content {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.send-to-right {
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
|
@ -7,10 +7,13 @@ block stylesheets
|
||||||
block content
|
block content
|
||||||
div#mobile-view
|
div#mobile-view
|
||||||
h1 #{title}
|
h1 #{title}
|
||||||
|
span(class="flat-content")
|
||||||
|
button#add-new-button Add new...
|
||||||
|
button#manage-account-button(class="send-to-right") Manage account...
|
||||||
|
|
||||||
div
|
div
|
||||||
h2#table-header
|
h2#table-header
|
||||||
table#games-list
|
table#games-list
|
||||||
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