Sha256: 9629516da65ce6a200515a8a2c01c62b3989b15328a1cb422c538bfc4f145e8e

Contents?: true

Size: 618 Bytes

Versions: 5

Compression:

Stored size: 618 Bytes

Contents

%p.rating{ title: "#{rating.round(2)} #{t('workarea.storefront.reviews.out_of')} #{t('workarea.storefront.reviews.stars', count: 5)}" }
  - full_star_count.times do
    = inline_svg 'workarea/storefront/icons/star.svg', class: 'rating__star'
  - if half_star_size > 0
    = inline_svg 'workarea/storefront/icons/half_star.svg', class: 'rating__star'
  - empty_star_count.times do
    = inline_svg 'workarea/storefront/icons/empty_star.svg', class: 'rating__star'
  %span.rating__text.visually-hidden
    #{rating.round(2)} #{t('workarea.storefront.reviews.out_of')} #{t('workarea.storefront.reviews.stars', count: 5)}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
workarea-reviews-3.1.2 app/views/workarea/storefront/products/_rating.html.haml
workarea-nvy_theme-1.2.1 app/views/workarea/storefront/products/_rating.html.haml
workarea-reviews-3.1.1 app/views/workarea/storefront/products/_rating.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/products/_rating.html.haml
workarea-reviews-3.1.0 app/views/workarea/storefront/products/_rating.html.haml