Improver company website icon

This commit is contained in:
Oliver Walters 2020-04-07 00:19:43 +10:00
parent b319041dfa
commit 1356718bb7

View File

@ -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>