-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolls.jade
More file actions
32 lines (27 loc) · 756 Bytes
/
polls.jade
File metadata and controls
32 lines (27 loc) · 756 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
25
26
27
28
29
30
31
head
title Polls
meta(name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1')
body
template(name='layout')
header
+navbar
#banner.hero-unit
.container
h1 ✓polls
p.lead a Basejump for freeCodeCamp
{{> Template.dynamic template=content}}
footer.footer
.container
img(src='/jp.svg' alt='JP' width='32')
p ✓polls - © 2015 - Jan Pilgenröder
template(name='polls')
.container-fluid
.row
.col-lg-12
h1.page-header Polls:
a.btn.btn-default.pull-right.new-poll-btn(href='/edit/new' disabled=mayNotCreate)
span.glyphicon.glyphicon-plus
| New Poll
div
each polls
+pollDisplay