Added separation between download buttons on versions list and detail cause the spaceless middlewarre made them be together.

This commit is contained in:
Felipe Martín 2013-05-24 17:45:27 +02:00
parent 9190ff5fdd
commit 6c81aee115
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<td>
{% if item.jarfiles %}
{% 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 %}
</td>