Sha256: 20f9387c88ede0a9772107a779a4be645e30408f196c4fae7fa266211dd178ea
Contents?: true
Size: 600 Bytes
Versions: 3
Compression:
Stored size: 600 Bytes
Contents
$('#order_tab_summary h5#order_status').html('<%= j t(:status) %>: <%= j t(@order.state, :scope => :order_state) %>'); $('#order_tab_summary h5#order_total').html('<%= j t(:total) %>: <%= j @order.display_total.to_html %>'); <% if @order.completed? %> $('#order_tab_summary h5#payment_status').html('<%= j t(:payment) %>: <%= j t(@order.payment_state, :scope => :payment_states, :default => [:missing, "none"]) %>'); $('#order_tab_summary h5#shipment_status').html('<%= j t(:shipment) %>: <%= j t(@order.shipment_state, :scope => :shipment_state, :default => [:missing, "none"]) %>'); <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems