Sha256: 5acc79907ccca65a173e4d6852de0cd3a25dc78a7c756061ff8b48a3f3bb5256
Contents?: true
Size: 754 Bytes
Versions: 9
Compression:
Stored size: 754 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Customer Details"} %> <% if @order.state == "in_progress" %> <div id="add-line-item"> <fieldset> <legend><%= t('customer_search') %></legend> <%= label_tag :customer_search, t("name") %> <%= text_field_tag :customer_search, {}, :class => 'fullwidth title' %> </fieldset> </div> <% end %> <%=error_messages_for :checkout %> <% form_for(@checkout, :url => admin_order_checkout_url(@order), :html => { :method => :put}) do |f| %> <%= render :partial => "form", :locals => {:f => f} %> <% end %> <% content_for :head do %> <%= javascript_include_tag 'admin/checkouts/edit.js' %> <%= stylesheet_link_tag 'admin/edit_checkouts.css' %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems