Sha256: ef35b03fc81c18a0ac2a96560c5ae991e1f43587847df126a16bf08cac0c3a86
Contents?: true
Size: 546 Bytes
Versions: 3
Compression:
Stored size: 546 Bytes
Contents
.row.comable-stock = f.hidden_field :_destroy, data: { name: 'destroy' } .col-md-6 .form-group = f.label :quantity = f.text_field :quantity .col-md-6 .form-group = f.label :stock_location_id = f.collection_select :stock_location_id, [f.object.try(:stock_location)].compact, :id, :name, {}, class: 'select2 ajax', data: { source: comable.admin_stock_locations_path } .help-block.text-right = link_to Comable.t('admin.actions.destroy'), 'javascript: void(0)', class: 'js-remove-comable-stock'
Version data entries
3 entries across 3 versions & 1 rubygems