Skip to content

Commit 6f9daa2

Browse files
committed
Update view.blade.php
Added {{ Config::get('app.url') }} in Line 116 to avoid no Image in SubFolder. ( http://domain.com/snipe-it/... )
1 parent bd34092 commit 6f9daa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/backend/models/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
@endif
114114

115115
@if ($model->image)
116-
<li><br /><img src="/uploads/models/{{{ $model->image }}}" /></li>
116+
<li><br /><img src="{{ Config::get('app.url') }}/uploads/models/{{{ $model->image }}}" /></li>
117117
@endif
118118

119119
@if ($model->deleted_at!='')

0 commit comments

Comments
 (0)