Tweaked the version check text a bit.

This commit is contained in:
Robin 2017-01-29 14:14:46 +01:00
commit eefc258781

View file

@ -16,11 +16,11 @@ release_blog_posts["1.2.9.129"] = "/2017/01/28/129-bug-bash/";
<div id="currentVersion" class="alert alert-success collapse" role="alert">
<i class="fa fa-check-circle"></i> You installed the most recent version of Greenshot.
<div id="blogPost1" class="collapse">More information about this version can be read <a id="blog1" href="">here</a>.</div>
<div id="blogPost1" class="collapse">More information about the version you installed can be found <a id="blog1" href="">here</a>.</div>
</div>
<div id="oldVersion" class="alert alert-danger collapse" role="alert">
<i class="fa fa-exclamation-triangle"></i> <strong>You are not using the newest Greenshot version.</strong><br/>
<div id="blogPost2" class="collapse">More information about this version can be read <a id="blog2" href="">here</a>.</div>
<div id="blogPost2" class="collapse">More information about the version you installed can be found <a id="blog2" href="">here</a>.</div>
You might want to download the newest version, which is {{ latest_release.tag_name }}, from <a href="/downloads/">here</a>. Also always make sure to get Greenshot from <a href="http://getgreenshot.org/">getgreenshot.org</a>, .
</div>