Sha256: 2447534cf6ae930d415b8cf766e4f6d758a90abd5cf859ccd13dd5ac52037003
Contents?: true
Size: 842 Bytes
Versions: 6
Compression:
Stored size: 842 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><%= button_link_to t('spree.back_to_orders_list'), admin_orders_path %></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
6 entries across 6 versions & 1 rubygems