Issue 48 - If no ignored rules say so in header of ignored rules section on results page.

This commit is contained in:
perryharlock
2013-11-11 10:03:12 +00:00
parent 9911af4672
commit 2a3adcab5b

View File

@@ -95,9 +95,10 @@
<a class="pull-right" href="#top" data-role="top">Back to top</a>
</div>
{{else}}
<p class="heading label-warning" id="notices">Well done! You have 0 notices. <span class="glyphicon glyphicon-ok pull-right"></span></p>
<p class="heading label-info" id="notices">Well done! You have 0 notices. <span class="glyphicon glyphicon-ok pull-right"></span></p>
{{/if}}
{{#if task.ignore.length}}
<div class="heading label-default">
<span data-role="expander" class="pull-right expander"> + </span>
Ignored Rules
@@ -115,4 +116,7 @@
</ul>
<a class="pull-right" href="#top" data-role="top">Back to top</a>
</div>
{{else}}
<p class="heading label-default">You have no ignored rules.</p>
{{/if}}
</div>