mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:05:07 +03:00
Add thumb image to package detail page
This commit is contained in:
parent
f12b529e03
commit
c094ab6628
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="row">
|
||||
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
|
||||
<div class="package-thumbnail gray-bg">
|
||||
|
||||
<img class="package-image" src="{{- .thumb_image_url -}}" alt="{{- .name -}}" style="width:100%; height:100%;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-8 col-lg-8 col-md-6 col-sm-12 col-12">
|
||||
|
|
Loading…
Reference in a new issue