added external link icon to warranty link

This commit is contained in:
akemidx 2023-04-12 18:52:21 -04:00
parent 2453913080
commit 0a993b2aa1

View file

@ -597,7 +597,7 @@
@if ($asset->serial && $asset->model->manufacturer)
<a href="{{ (str_replace('_testlocale_',\App\Models\Setting::getSettings()->locale,$asset->model->manufacturer->support_url))}}" target="_blank">
<img src="{{ Storage::disk('public')->url(app('manufacturers_upload_path').e($asset->model->manufacturer->image)) }}" style="width:25px;height:25px;"><span class="sr-only">{{ trans('hardware/general.mfg_warranty_lookup') }}</span>
<i class="fa fa-external-link" style="width:25px;height:25px;"><span class="sr-only">{{ trans('hardware/general.mfg_warranty_lookup') }}</span></i>
</a>
@endif
</div>