lingo: give invoice links on their own line (#10349)

This commit is contained in:
Frédéric Péters 2016-03-19 20:03:24 +01:00
parent 79eddfbf48
commit 12f9987f5e
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@
<a href="{% url 'view-item' regie_id=item.regie.pk item_id=item.id %}" rel="popup" class="icon-view">{% trans "View" %}
{% if item.online_payment and item.amount >= item.regie.payment_min_amount %}{% trans "and pay" %}{% endif %}
</a>
{% if item.has_pdf %} /
<a href="{% url 'download-item-pdf' regie_id=item.regie.pk item_id=item.id %}" class="icon-pdf">
{% trans "Download" %}</a>
{% if item.has_pdf %}
<br/><a href="{% url 'download-item-pdf' regie_id=item.regie.pk item_id=item.id %}" class="icon-pdf"
>{% trans "Download" %}</a>
{% endif %}
</td>
</tr>