Upgrade progress
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
span.fa.fa-times.fa-lg
|
||||
span= globals.notice
|
||||
= outlet
|
||||
=outlet modal
|
||||
=outlet "modal"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
if image
|
||||
.right: img src=image.small alt=""
|
||||
p==description
|
||||
if product_variants
|
||||
if model.image
|
||||
.right: img src=model.image.small alt=""
|
||||
p==model.description
|
||||
if model.product_variants
|
||||
h4= t 'models.plural.product_variant'
|
||||
ul
|
||||
each product_variant in product_variants
|
||||
each model.product_variants as |product_variant|
|
||||
li= product_variant.name
|
||||
hr
|
||||
button{action "close"}= t 'modal.info.close'
|
||||
|
||||
Reference in New Issue
Block a user