Sha256: 974a2cb2814405d770e65cd6b74e0137bfd8878ac92d86330f2a3213d229904c
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
%li %strong #{t('workarea.admin.fields.cost')}: - if model.cost.blank? = t('workarea.admin.cards.attributes.no_value') - else = number_to_currency model.cost %li %strong #{t('workarea.admin.fields.margin')}: - if model.cost.blank? = t('workarea.admin.cards.attributes.no_value') - else = number_to_percentage model.margin, precision: 2
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-margin-1.0.0.pre | app/views/workarea/admin/pricing_skus/_card_cost_and_margin.html.haml |