Sha256: c486eca5de3b847f8b9823e1e8dc7311eb48a87580fa6a5728a0de2c10f4a802

Contents?: true

Size: 741 Bytes

Versions: 1

Compression:

Stored size: 741 Bytes

Contents

<tr id="add_payment_order">
  <td colspan="11">
    <table class="table is-fullwidth is-borderless">
      <thead>
        <tr>
          <th></th>
          <th><%= Trade::Order.human_attribute_name(:uuid) %></th>
          <th><%= Trade::Order.human_attribute_name(:amount) %></th>
          <th><%= Trade::PaymentOrder.human_attribute_name(:check_amount) %></th>
          <th><%= Trade::PaymentOrder.human_attribute_name(:state) %></th>
          <th></th>
        </tr>
      </thead>
      <% unless @payment.all_checked? %>
        <%= render partial: 'orders', collection: @orders, as: :order %>
      <% end %>
      <%= render partial: 'index', collection: @payment.payment_orders, as: :payment_order %>
    </table>
  </td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.3 app/views/trade/admin/payment_orders/_new.html.erb