Sha256: fa66b5773e95c326ee8e388d25a3c1a536011b3b3c75c478c47e7fd2273f0851
Contents?: true
Size: 775 Bytes
Versions: 1
Compression:
Stored size: 775 Bytes
Contents
<td> <p><%= model.min %></p> <p><%= model.max %></p> </td> <td> <%= form_with theme: nil, model: model, url: { action: 'update', id: model.id }, data: { controller: 'input' } do |f| %> <%= f.check_box :contain_min, data: { input_target: 'checkbox' }, id: nil, class: 'switch is-rounded' %> <label data-action="click->input#check"></label> <% end %> <%= form_with theme: nil, model: model, url: { action: 'update', id: model.id }, data: { controller: 'input' } do |f| %> <%= f.check_box :contain_max, data: { input_target: 'checkbox' }, id: nil, class: 'switch is-rounded' %> <label data-action="click->input#check"></label> <% end %> </td> <td><%= simple_format(model.extra) %></td> <td><%= model.parameter %></td> <td><%= model.type_i18n %></td>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/admin/promote_charges/_index_tbody.html.erb |