forked from projects/fipamo
29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
|
extends frame
|
||
|
block main-content
|
||
|
section#saved-index-content
|
||
|
header.columns#header
|
||
|
//#float-bg
|
||
|
img(src='/base-assets/images/eye-beamz.png')
|
||
|
#header-one.column
|
||
|
#header-two.column
|
||
|
label#the-title
|
||
|
a(href="/") thetwelfthhouse
|
||
|
#the-intro
|
||
|
//| Twelfth House Admin
|
||
|
#saved-hub-display.columns
|
||
|
#saved-hub-title.column
|
||
|
label EDIT BOOKMARK
|
||
|
#saved-hub-main.column
|
||
|
a(href=bookmark.url target='_blank') SOURCE
|
||
|
br
|
||
|
input(id='saved_title' type='text', name='saved_title' class='form-control', value=bookmark.title, placeholder='saved title', autofocus)
|
||
|
br
|
||
|
input(id='saved_tags' type='text', name='saved_tags' class='form-control', value=bookmark.tags, placeholder='tags [comma seperated]', autofocus)
|
||
|
br
|
||
|
input(id='saved_image' type='text', name='saved_image' class='form-control', value=bookmark.image, placeholder='image url [comma seperated]', autofocus)
|
||
|
br
|
||
|
br
|
||
|
button(id="saved-sumbit-btn", class='saved-sumbit-btn', data-action='saved-edit' data-id=bookmark.id type='submit') UPDATE LINK
|
||
|
|
||
|
|