Add warning icon to alert pages

This commit is contained in:
Saivann 2015-07-04 04:29:58 -04:00
parent e1c18c3ad6
commit fa4d5fd34f
2 changed files with 11 additions and 1 deletions

View file

@ -12,7 +12,7 @@ lang: en
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
<div class="alerttext">
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
<img src="/img/icons/warning.svg" class="alerticon" alt="warning"><h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{{ content }}
</div>
<a href="/en/alerts">Go back to the network alerts history</a>