Forgot to commit the last fix (download buttons) on version detail

This commit is contained in:
Felipe Martín 2013-05-24 17:48:29 +02:00
parent 6c81aee115
commit 8beacd688a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% if item.jarfiles %}
<h3>Downloads</h3>
{% for jarfile in item.jarfiles %}
<button href="{{ jarfile.url }}" class="btn btn-info btn-small">{{ jarfile.description|capitalize }}</button>
<button href="{{ jarfile.url }}" class="btn btn-info btn-small">{{ jarfile.description|capitalize }}</button>&nbsp;
{% endfor %}
{% endif %}
<h3>Changelog</h3>