forked from microsoft/TypeScriptSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewpin.jade
More file actions
24 lines (23 loc) · 677 Bytes
/
newpin.jade
File metadata and controls
24 lines (23 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
extends layout
block mainContent
h1 Pin new image to
a(href= "/user/"+username)!= username
's board
a(href= "/user/"+username+"/"+boardid)!= boardid
form( method="post")
div
br
div
span.inputtitle Image url:
input(type="text", name="imageUri")
br
div
span.inputtitle Link :
input(type="text", name="link")
br
div
span.inputtitle Caption :
textarea( name="caption", rows=10, cols=16)
br
#editArticleSubmit
input.button(type="submit", value="Save pin")