Sha256: 9d094d01f105a155bc942a9afadc3353d6f089396f7c5946250d0867daa6d43f

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 Bytes

Contents

<tr id="checked_<%= payment_order.payment_id %>">
  <td style="color: #999;"><%= payment_order.payment.payment_uuid %></td>
  <td class="center aligned"><%= payment_order.payment.type %></td>
  <td><%= payment_order.payment.total_amount %></td>
  <td><%= payment_order.payment.unchecked_amount %></td>
  <td class="center aligned"><%= payment_order.payment.created_at.to_s %></td>
  <td class="center aligned">
    <%= payment_order.check_amount.to_money(payment_order.payment.currency).format %>
    <span style="color: #999;"><%= payment_order.state_i18n %></span>
  </td>
  <td class="center aligned"><%= payment_order.created_at.to_s %></td>
  <td>
    <% if payment_order.init? %>
      <%= link_to '撤销', admin_order_order_payment_path(@order, payment_order), method: :delete, remote: true %>
    <% end %>
  </td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.1 app/views/rails_trade_admin/order_payments/_payment_orders.html.erb