mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -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)
|
@if ($license->supplier->zip)
|
||||||
{{ $license->supplier->zip }}
|
{{ $license->supplier->zip }}
|
||||||
@endif
|
@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>
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
|
|
Loading…
Reference in a new issue