patched view fixes from beta-branch

nodejs-version-freeze
Ro 4 years ago
parent c91166a1aa
commit ad1ff0e44a

@ -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
@ -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

@ -1,11 +1,11 @@
#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")

Loading…
Cancel
Save