mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
added external link icon to warranty link
This commit is contained in:
parent
2453913080
commit
0a993b2aa1
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue