Sha256: 90f3bae7aafa36e7e19282ef41ef5c51705c559201dd538f3989bb499f06f78c
Contents?: true
Size: 623 Bytes
Versions: 18
Compression:
Stored size: 623 Bytes
Contents
.iro-stocks--form = form_for stock do |f| .flex-row .field - if stock.new_record? %label New - else %label status = f.select :status, options_for_select([ Iro::Stock::STATUS_ACTIVE, Iro::Stock::STATUS_INACTIVE ], selected: stock.status) .field = f.label :ticker = 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
Version data entries
18 entries across 18 versions & 1 rubygems