mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Show if deleted supplier
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0d9b6eaf71
commit
77dacfcc30
|
@ -187,7 +187,7 @@
|
||||||
@else
|
@else
|
||||||
{{ $license->supplier->name }}
|
{{ $license->supplier->name }}
|
||||||
@endcan
|
@endcan
|
||||||
|
|
||||||
@if ($license->supplier->url)
|
@if ($license->supplier->url)
|
||||||
<br><i class="fas fa-globe-americas" aria-hidden="true"></i> <a href="{{ $license->supplier->url }}" rel="noopener">{{ $license->supplier->url }}</a>
|
<br><i class="fas fa-globe-americas" aria-hidden="true"></i> <a href="{{ $license->supplier->url }}" rel="noopener">{{ $license->supplier->url }}</a>
|
||||||
@endif
|
@endif
|
||||||
|
@ -232,6 +232,8 @@
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@else
|
||||||
|
{{ trans('general.deleted') }}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue