Sha256: dd5e2e06d16497fb52124130302f1bfcc0b0e27b144b61efc272a8ff463be819
Contents?: true
Size: 417 Bytes
Versions: 2
Compression:
Stored size: 417 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Payments"} %> <h2><%= t("activerecord.models.#{@payment.class.to_s.underscore}.one") %></h2> <p data-hook="amount"> <label><%= t("amount") %>:</label> <%= @payment.amount %> </p> <%= render "admin/payments/source_views/#{@payment.payment_method.method_type}", :payment => @payment.source.is_a?(Payment) ? @payment.source : @payment %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/payments/show.html.erb |
spree_core-0.70.RC1 | app/views/admin/payments/show.html.erb |