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
|
||||
{{ $license->supplier->name }}
|
||||
@endcan
|
||||
|
||||
|
||||
@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>
|
||||
@endif
|
||||
|
@ -232,6 +232,8 @@
|
|||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
{{ trans('general.deleted') }}
|
||||
@endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue