Sha256: c297706657da9e9e1b5c20e5c46bd9ab83e4192dd8fcc289de5d2f4b7567f6f6

Contents?: true

Size: 215 Bytes

Versions: 4

Compression:

Stored size: 215 Bytes

Contents

<h1>
  New charge
  <small><%= @account %></small>
</h1>
<%= form_for [@account, @charge] do |f| %>
  <%= @charge.inspect %>
  <br />
  <%= f.number_field :price, step: 0.01 %>
  <br />
  <%= f.submit %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
billing-0.0.4b app/views/billing/charges/new.html.erb
billing-0.0.4a app/views/billing/charges/new.html.erb
billing-0.0.4 app/views/billing/charges/new.html.erb
billing-0.0.3 app/views/billing/charges/new.html.erb