Skip to content

Commit fc56f77

Browse files
committed
Merge pull request #927 from Martii/Issue-432mirrorNoticeOnSourceCodePage
Mirror notices to Source Code page Auto-merge
2 parents 3c66ddf + 4e171d9 commit fc56f77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

views/includes/scriptPageHeader.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,21 @@ <h2 class="page-heading">
5656
</div>
5757
{{#script.showMinficationNotices}}
5858
<div class="alert alert-warning" role="alert">
59+
{{#script.hasInvalidDownloadURL}}
60+
<p>
61+
<i class="fa fa-fw fa-exclamation"></i> Invalid download target
62+
</p>
63+
{{/script.hasInvalidDownloadURL}}
5964
{{#script.hasUnstableMinify}}
6065
<p>
6166
<i class="fa fa-fw fa-exclamation-triangle"></i> The script author suggests that minification of this script may be unstable.
6267
<p>
6368
{{/script.hasUnstableMinify}}
69+
{{#script.hasAlternateDownloadURL}}
70+
<p>
71+
<i class="fa fa-fw fa-exclamation-triangle"></i> Alternate download target.
72+
</p>
73+
{{/script.hasAlternateDownloadURL}}
6474
</div>
6575
{{/script.showMinficationNotices}}
6676
</li>

0 commit comments

Comments
 (0)