Skip to content

Commit 8eb5600

Browse files
committed
Fixed manufacturer link
1 parent 9c4cd69 commit 8eb5600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/hardware/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class="form-inline"
587587
<ul class="list-unstyled">
588588

589589
<li>
590-
{!! $asset->manufacturer->present()->formattedNameLink !!}
590+
<x-copy-to-clipboard copy_what="manufacturer">{!! $asset->model->manufacturer->present()->formattedNameLink !!}</x-copy-to-clipboard>
591591
</li>
592592

593593
@if (($asset->model) && ($asset->model->manufacturer) && ($asset->model->manufacturer->url!=''))

0 commit comments

Comments
 (0)