Sha256: ddbd0e78b97deec84b8b7c9d2ac82f79704e1fd61891ba3a2535b528882f2e79
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
<div class="ui modal" id="modal"> <i class="close icon"></i> <div class="ui header blue"> Select Payment Type </div> <div class="content"> <%= form_with model: @order, url: payment_type_my_order_path(@order), method: :patch do |f| %> <%= f.select :payment_type, options_for_select(Order.options_i18n(:payment_type), @order.payment_type) %> <%= f.submit %> <% end %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.1 | app/views/rails_trade_my/orders/_edit_payment_type.html.erb |