Sha256: 61515459a2d932bc0b468399705da649999d4d8a493854ca909b38f4a0bdfcb2

Contents?: true

Size: 471 Bytes

Versions: 4

Compression:

Stored size: 471 Bytes

Contents

<h1>
  New Modifier
  <small><%= @account %></small>
</h1>
<div>
  <%= @modifier.errors.full_messages.join(', ') %>
</div>
<%= form_for [@account, @modifier] do |f| %>
  <%= @modifier.inspect %>
  <br />
  percent ratio <%= f.number_field :percent_ratio, step: 0.001 %>
  <br />
  fixed value <%= f.number_field :fixed_value, step: 0.01 %>
  <br />
  <%= f.select :charge_id, @account.charges.collect(&:id), { include_blank: true } %>
  <br />
  <%= f.submit %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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