forked from GitHub/dbot
Prevent link from poll view to poll list 404 [Fix #440]
This commit is contained in:
parent
1cc99d02e1
commit
8f9b44d4f0
@ -2,7 +2,7 @@ extends ../layout
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
div#backlink
|
div#backlink
|
||||||
a(href='/polls/') « Poll list
|
a(href='/poll/') « Poll list
|
||||||
h2 #{description}
|
h2 #{description}
|
||||||
p Voters (#{locals.totalVotes}):
|
p Voters (#{locals.totalVotes}):
|
||||||
-each voter in votees
|
-each voter in votees
|
||||||
|
Loading…
Reference in New Issue
Block a user