Sha256: cc30ed37ae24e3d9b5e18968fb69ac7ee42fd9a2004d58b650391f0646e5ed39

Contents?: true

Size: 365 Bytes

Versions: 11

Compression:

Stored size: 365 Bytes

Contents

<% custom_form_for @billing_information, :url => billing_information_path(@billing_information), :html => { :id => "billing-information-form", :name => 'billing-information-form' } do |f| -%>
  <%= render :partial => 'billing_informations/form', :object => f %>
  <div class="button form-row">
    <%= f.submit translate('muck.commerce.save') %>
  </div>
<% end -%>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
muck-commerce-0.2.8 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.7 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.6 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.5 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.4 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.3 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.2 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.1 app/views/billing_informations/edit.html.erb
muck-commerce-0.2.0 app/views/billing_informations/edit.html.erb
muck-commerce-0.1.9 app/views/billing_informations/edit.html.erb
muck-commerce-0.1.8 app/views/billing_informations/edit.html.erb