mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Improver company website icon
This commit is contained in:
parent
b319041dfa
commit
1356718bb7
@ -46,7 +46,7 @@ InvenTree | {% trans "Company" %} - {{ company.name }}
|
||||
<col width='25'>
|
||||
{% if company.website %}
|
||||
<tr>
|
||||
<td><span class='fas fa-link'></span></td>
|
||||
<td><span class='fas fa-globe'></span></td>
|
||||
<td>{% trans "Website" %}</td>
|
||||
<td><a href="{{ company.website }}">{{ company.website }}</a></td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user