upgrade jade package and relevant jade files
This commit is contained in:
parent
2b0312e8ae
commit
a3d653a045
4 changed files with 8 additions and 6 deletions
|
@ -20,6 +20,6 @@
|
|||
"socket.io": "0.8.x",
|
||||
"simplesets": "~1.2.0",
|
||||
"express": "2.4.x",
|
||||
"jade": "0.14.x"
|
||||
"jade": "~1.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
!!! 5
|
||||
doctype html
|
||||
html(lang="en")
|
||||
head
|
||||
<!-- SCRIPTS -->
|
||||
|
@ -24,7 +24,7 @@ body
|
|||
form.home(onsubmit="return go();")
|
||||
label name your new board:
|
||||
br
|
||||
input.text(type="text", name="name") formname
|
||||
input.text(type="text", name="name")
|
||||
a#go(onclick="return go();") go.
|
||||
<br><br>
|
||||
p.home example board:
|
||||
|
|
|
@ -16,10 +16,12 @@ div.board-outline
|
|||
image#add-col.col-icon(width='20', height='20', src='/images/icons/iconic/raster/black/plus_alt_32x32.png')
|
||||
image#delete-col.col-icon(width='20', height='20', src='/images/icons/iconic/raster/black/minus_alt_32x32.png')
|
||||
|
||||
|
||||
div.buttons
|
||||
image#create-card.bottom-icon(width="24", height="24", src="/images/icons/iconic/raster/black/plus_alt_24x24.png")
|
||||
image#create-card.bottom-icon(width='24', height='24', src='/images/icons/iconic/raster/black/plus_alt_24x24.png')
|
||||
image#smallify.bottom-icon(width="23",height="23",src="/images/icons/cc/black/png/zoom_icon&24.png")
|
||||
|
||||
|
||||
div.stickers
|
||||
div.sticker#sticker-red
|
||||
image(src="/images/stickers/sticker-red.png")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
!!! 5
|
||||
doctype html
|
||||
html(lang="en")
|
||||
head
|
||||
<!-- SCRIPTS -->
|
||||
|
|
Loading…
Add table
Reference in a new issue