patched view fixes from beta-branch

This commit is contained in:
Ro 2020-09-01 14:25:22 -07:00
parent c91166a1aa
commit ad1ff0e44a
2 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,5 @@
extends frame
block main-content
block main-content
#dash-index
#dash-index-wrapper
.dash-init#dash-init
@ -21,7 +21,7 @@ block main-content
br
label And let's confirm that password
br
input.large(type='password', name='new_member_pass2' id='new_member_pass2', placeholder="Email Confirm")
input.large(type='password', name='new_member_pass2' id='new_member_pass2', placeholder="Password Confirm")
br
label And finally, a title
br
@ -30,7 +30,7 @@ block main-content
button#init-blog(data-action='blog-init' type='submit') SET IT UP
.option
button.init-option#init-switch-restore OR RESTORE FROM BACKUP
.dash-restore#dash-restore
form#init-restore
h1 Restore backup.
@ -50,4 +50,3 @@ block main-content
button#blog-restore(data-action='blog-restore' type='submit') RESTORE
.option
button.init-option#init-switch-fresh OR INSTALL FRESH SITE

View file

@ -1,13 +1,13 @@
#post-options
button#option-menu-pin.option-inactive.post-option-btn(data-active= status[0])
button#option-menu-pin.option-inactive.post-option-btn(data-active= status[0], title='Pin to Menu')
svg#option-page-icon(viewBox="0 0 20 20" class="icons")
use#option-page-icon(xlink:href='/assets/images/global/sprite.svg#entypo-pin')
button#option-feature.option-inactive.post-option-btn(data-active= status[1])
button#option-feature.option-inactive.post-option-btn(data-active= status[1], title='Feature')
svg#option-feature-icon(viewBox="0 0 20 20" class="icons")
use#option-feature-icon(xlink:href='/assets/images/global/sprite.svg#entypo-star')
button#option-published.option-inactive.post-option-btn(data-active= status[2])
button#option-published.option-inactive.post-option-btn(data-active= status[2], title='Publish')
svg#option-published-icon(viewBox="0 0 20 20" class="icons")
use#option-published-icon(xlink:href='/assets/images/global/sprite.svg#entypo-globe')
//button#option-preview.option-inactive(data-active="false")
svg#option-preview-icon(viewBox="0 0 20 20" class="icons")
use#option-preview-icon(xlink:href='/assets/images/global/sprite.svg#entypo-eye')
use#option-preview-icon(xlink:href='/assets/images/global/sprite.svg#entypo-eye')