Sha256: 03e9b5fdc0cedcd0e7018ba1aa1f82bd0e2126387b608e448f3a5e14fa5b805d

Contents?: true

Size: 533 Bytes

Versions: 30

Compression:

Stored size: 533 Bytes

Contents

  <div class='span5'>
    <h2> Payment status <%= display_payment_status(@order) %> </h2>

    <%= next_payment_processing_action(@order) %>

    <% if @order.payment_method %>
      <p>
        Payment method: <%= @order.payment_method.name %> <br />
        <%= order_show_extra_info(@order) %>
      </p>
    <% end %>

    <% if @order.final_billing_address.present? %>
      <h4> Billing address</h4>
      <p>
        <address> <%= display_address(@order.final_billing_address) %> </address>
      </p>
    <% end %>

  </div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.23 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.21 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.20 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.19 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.17 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.16 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.15 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.14 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.14.rc2 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.14.rc1 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.13 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.12 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.11 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.10 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.9 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.8 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.7 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.5 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.4.beta1 app/views/admin/orders/_payment_info.html.erb
nimbleshop_core-0.0.4 app/views/admin/orders/_payment_info.html.erb