Invoice template improvements

This commit is contained in:
2020-09-18 12:33:10 +01:00
parent 9739af765f
commit 31f63ba5c7
3 changed files with 19 additions and 37 deletions

View File

@@ -9,8 +9,8 @@
<h2>{% block heading %}Invoices{% endblock %}</h2>
{% block description %}{% endblock %}
{% block search %}{% endblock %}
<div class="table-responsive col-sm-12">
<table class="table table-hover">
<div class="table-responsive">
<table class="table table-hover table-bordered table-sm">
<thead>
<tr>
<th scope="col">Invoice #</th>
@@ -51,9 +51,7 @@
{% endif %}
</td>
<td class="text-right">
<a href="{% url 'invoice_detail' invoice.pk %}" class="btn btn-primary">
<i class="fas fa-edit"></i>
</a>
<a href="{% url 'invoice_detail' invoice.pk %}" class="btn btn-primary"><span class="fas fa-eye"></span></a>
</td>
</tr>
{% endfor %}