Commit 42dc00e3 by Jonathan Piacenti

Add 'Feedback' header to feedback.

parent 6d78402a
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<div class="poll-footnote">Results gathered from {{total}} respondent{{#if plural}}s{{/if}}.</div> <div class="poll-footnote">Results gathered from {{total}} respondent{{#if plural}}s{{/if}}.</div>
{{#if feedback}} {{#if feedback}}
<hr /> <hr />
<h2 class="poll-header">Feedback</h2>
<div class="poll-feedback"> <div class="poll-feedback">
{{{feedback}}} {{{feedback}}}
</div> </div>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<div class="poll-footnote">Results gathered from {{total}} respondent{{#if plural}}s{{/if}}.</div> <div class="poll-footnote">Results gathered from {{total}} respondent{{#if plural}}s{{/if}}.</div>
{{#if feedback}} {{#if feedback}}
<hr /> <hr />
<h2 class="poll-header">Feedback</h2>
<div class="poll-feedback"> <div class="poll-feedback">
{{{feedback}}} {{{feedback}}}
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment