Sha256: 4c9d83e8630b577e3b85d50cc04ba268f8ecd38df7b2c160b7970c41337cd12a

Contents?: true

Size: 816 Bytes

Versions: 111

Compression:

Stored size: 816 Bytes

Contents

<%= form.inputs do %>
  <%= form.input :cardholder_name, :required => true %>
  <%= form.input :billing_email, :required => true, :hint => "We'll send receipts and billing issues to this address." %>
  <%= form.input :card_number, :required => true, :input_html => { :autocomplete => "off" } %>
  <%= form.input :verification_code, :required => true, :input_html => { :autocomplete => "off" } %>
  <%= form.input :expiration_month, :collection => [['January', '01'], ['February', '02'], ['March', '03'], ['April', '04'], ['May', '05'], ['June', '06'], ['July', '07'], ['August', '08'], ['September', '09'], ['October', '10'], ['November', '11'], ['December', '12']], :required => true %>
  <%= form.input :expiration_year, :collection => (Date.today.year..(Date.today.year+10)).to_a, :required => true %>
<% end -%>

Version data entries

111 entries across 111 versions & 2 rubygems

Version Path
saucy-0.10.10 app/views/billings/_form.html.erb
saucy-0.13.3 app/views/billings/_form.html.erb
saucy-0.13.2 app/views/billings/_form.html.erb
saucy-0.10.9 app/views/billings/_form.html.erb
saucy-0.10.8 app/views/billings/_form.html.erb
saucy-0.13.1 app/views/billings/_form.html.erb
saucy-0.13.0 app/views/billings/_form.html.erb
saucy-0.12.5 app/views/billings/_form.html.erb
saucy-0.12.4 app/views/billings/_form.html.erb
saucy-0.12.3 app/views/billings/_form.html.erb
saucy-0.12.2 app/views/billings/_form.html.erb
saucy-0.12.1 app/views/billings/_form.html.erb
saucy-0.12.0 app/views/billings/_form.html.erb
saucy-0.11.5 app/views/billings/_form.html.erb
saucy-0.11.3 app/views/billings/_form.html.erb
saucy-0.11.2 app/views/billings/_form.html.erb
saucy-0.10.7 app/views/billings/_form.html.erb
saucy-0.10.6 app/views/billings/_form.html.erb
saasy-0.0.2.alpha3 app/views/billings/_form.html.erb
saasy-0.0.2.alpha2 app/views/billings/_form.html.erb