app/views/iro/stocks/_form.haml in iron_warbler-2.0.7.22 vs app/views/iro/stocks/_form.haml in iron_warbler-2.0.7.23

- old
+ new

@@ -13,7 +13,12 @@ = f.text_field :ticker .field %label Last = f.number_field :last, placeholder: '80.0', step: 0.01 + + .field + %label options price increment + = f.number_field :options_price_increment, step: 0.5 + .actions = f.submit