upgrade jade package and relevant jade files

This commit is contained in:
ali asaria 2014-08-16 17:19:49 -04:00
parent 2b0312e8ae
commit a3d653a045
4 changed files with 8 additions and 6 deletions

View file

@ -20,6 +20,6 @@
"socket.io": "0.8.x", "socket.io": "0.8.x",
"simplesets": "~1.2.0", "simplesets": "~1.2.0",
"express": "2.4.x", "express": "2.4.x",
"jade": "0.14.x" "jade": "~1.5.0"
} }
} }

View file

@ -1,4 +1,4 @@
!!! 5 doctype html
html(lang="en") html(lang="en")
head head
<!-- SCRIPTS --> <!-- SCRIPTS -->
@ -24,7 +24,7 @@ body
form.home(onsubmit="return go();") form.home(onsubmit="return go();")
label name your new board: label name your new board:
br br
input.text(type="text", name="name") formname input.text(type="text", name="name")
a#go(onclick="return go();") &nbsp;go. a#go(onclick="return go();") &nbsp;go.
<br><br> <br><br>
p.home example board: p.home example board:

View file

@ -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#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') image#delete-col.col-icon(width='20', height='20', src='/images/icons/iconic/raster/black/minus_alt_32x32.png')
div.buttons 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") image#smallify.bottom-icon(width="23",height="23",src="/images/icons/cc/black/png/zoom_icon&24.png")
div.stickers div.stickers
div.sticker#sticker-red div.sticker#sticker-red
image(src="/images/stickers/sticker-red.png") image(src="/images/stickers/sticker-red.png")

View file

@ -1,4 +1,4 @@
!!! 5 doctype html
html(lang="en") html(lang="en")
head head
<!-- SCRIPTS --> <!-- SCRIPTS -->