Sha256: 8b4b84e71fca9270559cd99de42483c0b3f8888f3bcbc2ad1c2a5cb477449059
Contents?: true
Size: 861 Bytes
Versions: 52
Compression:
Stored size: 861 Bytes
Contents
<%= render partial: 'spree/admin/shared/order_tabs', locals: { current: 'Customer Details' } %> <% admin_breadcrumb(t('spree.customer_details')) %> <% content_for :page_actions do %> <li><%= link_to t('spree.back_to_orders_list'), admin_orders_path, class: 'btn btn-primary' %></li> <% end %> <main class="col-5"> <section> <%= content_tag :h4, t('spree.account') %> <%= t('spree.email') %>: <%= @order.email %><br> <%= t('spree.guest_checkout') %>: <%= @order.user ? t('spree.yes') : t('spree.no') %> </section> <section> <%= content_tag :h4, t('spree.billing_address') %> <%= render "spree/admin/shared/address", address: @order.bill_address %> </section> <section> <%= content_tag :h4, t('spree.shipping_address') %> <%= render "spree/admin/shared/address", address: @order.ship_address %> </section> </main>
Version data entries
52 entries across 52 versions & 2 rubygems