patched view fixes from beta-branch
This commit is contained in:
parent
c91166a1aa
commit
ad1ff0e44a
2 changed files with 7 additions and 8 deletions
|
@ -21,7 +21,7 @@ block main-content
|
||||||
br
|
br
|
||||||
label And let's confirm that password
|
label And let's confirm that password
|
||||||
br
|
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
|
br
|
||||||
label And finally, a title
|
label And finally, a title
|
||||||
br
|
br
|
||||||
|
@ -50,4 +50,3 @@ block main-content
|
||||||
button#blog-restore(data-action='blog-restore' type='submit') RESTORE
|
button#blog-restore(data-action='blog-restore' type='submit') RESTORE
|
||||||
.option
|
.option
|
||||||
button.init-option#init-switch-fresh OR INSTALL FRESH SITE
|
button.init-option#init-switch-fresh OR INSTALL FRESH SITE
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#post-options
|
#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")
|
svg#option-page-icon(viewBox="0 0 20 20" class="icons")
|
||||||
use#option-page-icon(xlink:href='/assets/images/global/sprite.svg#entypo-pin')
|
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")
|
svg#option-feature-icon(viewBox="0 0 20 20" class="icons")
|
||||||
use#option-feature-icon(xlink:href='/assets/images/global/sprite.svg#entypo-star')
|
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")
|
svg#option-published-icon(viewBox="0 0 20 20" class="icons")
|
||||||
use#option-published-icon(xlink:href='/assets/images/global/sprite.svg#entypo-globe')
|
use#option-published-icon(xlink:href='/assets/images/global/sprite.svg#entypo-globe')
|
||||||
//button#option-preview.option-inactive(data-active="false")
|
//button#option-preview.option-inactive(data-active="false")
|
||||||
|
|
Loading…
Reference in a new issue