mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed duplicates
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
77dacfcc30
commit
a4e5ae0938
|
@ -219,17 +219,7 @@
|
|||
@if ($license->supplier->zip)
|
||||
{{ $license->supplier->zip }}
|
||||
@endif
|
||||
|
||||
|
||||
|
||||
@if ($license->supplier->support_phone)
|
||||
<br><i class="fas fa-phone" aria-hidden="true"></i>
|
||||
<a href="tel:{{ $license->supplier->support_phone }}">{{ $license->supplier->support_phone }}</a>
|
||||
@endif
|
||||
|
||||
@if ($license->supplier->support_email)
|
||||
<br><i class="far fa-envelope" aria-hidden="true"></i> <a href="mailto:{{ $license->supplier->support_email }}">{{ $license->supplier->support_email }}</a>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
|
|
Loading…
Reference in a new issue