Added icons to post-installation alerts

This commit is contained in:
jklingen 2016-10-23 14:57:19 +02:00
commit f9273d4111

View file

@ -8,10 +8,10 @@ tags: [uses_alerts]
---
<div id="currentVersion" class="alert alert-success collapse" role="alert">
You just installed the most recent version of Greenshot.
<i class="fa fa-check-circle"></i> You just installed the most recent version of Greenshot.
</div>
<div id="oldVersion" class="alert alert-danger collapse" role="alert">
<strong>The version you just installed is an older Greenshot version.</strong><br/>
<i class="fa fa-exclamation-triangle"></i> <strong>The version you just installed is an older Greenshot version.</strong><br/>
You might want to download the newest version, which is {{ latest_release.tag_name }}, from <a href="/downloads/">here</a>.
</div>
<p>