mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 01:01:30 +02:00
UI fixes in Invoices
This commit is contained in:
parent
abdf0bcb7b
commit
c78f3db100
2 changed files with 11 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
|||
{{ billing_vat }} {% if validVAT %}<svg xmlns="http://www.w3.org/2000/svg" class="icon text-success" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>{% endif %}<br>
|
||||
{{ billing.street1 }}<br>
|
||||
{{ billing.city }}, {{ billing.sp }}<br>
|
||||
{{ billing.pc }}, {{ billing.cc }}<br>
|
||||
{{ billing.pc }}, {{ billing_country }}<br>
|
||||
{{ billing.email }}
|
||||
</address>
|
||||
</div>
|
||||
|
@ -93,7 +93,7 @@
|
|||
{% endfor %}
|
||||
{% else %}
|
||||
<tr>
|
||||
<td colspan="2" class="text-center">{{ __('No items found.') }}</td>
|
||||
<td colspan="3" class="text-center">{{ __('No items found.') }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue