Update styling on invoice table

This commit is contained in:
Edgar P. Burkhart 2024-01-05 09:11:38 +01:00
parent ad020e476b
commit ee3ec21527
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -32,7 +32,7 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr class="more">
<td colspan="3"> <td colspan="3">
<a href="{% url "new_invoice" transaction.pk %}">{% translate "Create invoice" %}</a> <a href="{% url "new_invoice" transaction.pk %}">{% translate "Create invoice" %}</a>
</td> </td>