Another warning

This commit is contained in:
Gaël Métais
2014-11-20 14:41:46 +01:00
parent b0b6e71d2e
commit 2a2d99191d
+11 -1
View File
@@ -295,7 +295,7 @@
<modal-dialog show="cssParsingErrorsTooltip" dialog-title="Parsing error while analyzing CSS">
<p>Yellow Lab Tools failed to parse a CSS file. I doubt the problem comes from the css parser.</p>
<p>
Direct links to the <b>W3C CSS Validator</b> for the following stylesheets:
Direct links to the <b>W3C CSS Validator</b> for the following stylesheet(s):
<ul>
<li ng-repeat="stylesheet in cssW3cDirectUrls">
<a href="{{stylesheet.w3c}}" target="_blank">{{stylesheet.url}}</a>
@@ -361,6 +361,11 @@
</modal-dialog>
</div>
</div>
<div ng-if="phantomasResults.metrics.cssParsingErrors">
<div class="label">(<ng-pluralize count="phantomasResults.metrics.cssParsingErrors" when="{'one': '1 file', 'other': '{} files'}"></ng-pluralize> couldn't be parsed)</div>
<div class="result"></div>
<div class="info"></div>
</div>
</div>
</div>
</div>
@@ -534,6 +539,11 @@
</modal-dialog>
</div>
</div>
<div ng-if="phantomasResults.metrics.cssParsingErrors">
<div class="label">(<ng-pluralize count="phantomasResults.metrics.cssParsingErrors" when="{'one': '1 file', 'other': '{} files'}"></ng-pluralize> couldn't be parsed)</div>
<div class="result"></div>
<div class="info"></div>
</div>
</div>
</div>
</div>