mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Added icons to post-installation alerts
This commit is contained in:
parent
0d173a56ba
commit
f9273d4111
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue