This commit is contained in:
jklingen 2016-07-27 23:33:17 +02:00
commit 4d21b2804b

View file

@ -15,6 +15,7 @@ tags: menu
<tr> <tr>
<td> <td>
{% for asset in latestRelease.assets %} {% for asset in latestRelease.assets %}
{{ asset.name }}
{% if asset.name contains 'RELEASE.exe' %} {% if asset.name contains 'RELEASE.exe' %}
<a href="{{ asset.browser_download_url }}" class="cta" title="Download the latest stable version of Greenshot" rel="nofollow" style="display:table-cell">Latest version</a> <a href="{{ asset.browser_download_url }}" class="cta" title="Download the latest stable version of Greenshot" rel="nofollow" style="display:table-cell">Latest version</a>
{% endif %} {% endif %}