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