Sha256: 9433126185687872e096cf279901070679818905f3687bc9a31d8f2f3187a7d9

Contents?: true

Size: 325 Bytes

Versions: 2

Compression:

Stored size: 325 Bytes

Contents

= f.label :godfather_discount_price
%div
  = f.text_field :godfather_discount_price
  = f.check_box :godfather_discount_percent
  = f.label :godfather_discount_percent

= f.label :nephew_discount_price
%div
  = f.text_field :nephew_discount_price
  = f.check_box :nephew_discount_percent
  = f.label :nephew_discount_percent

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_commerce-1.9.1.rc1 app/views/admin/settings/_godfather.html.haml
forgeos_commerce-1.9.0 app/views/admin/settings/_godfather.html.haml