Sha256: f682ded89bf6e4c4f6be535f883893fb458692c2330c0abcb209d93aecf3ebb4

Contents?: true

Size: 454 Bytes

Versions: 30

Compression:

Stored size: 454 Bytes

Contents

<%= f.field_container :amount do %>
  <%= f.label :amount, t("amount")%> <span class="required">*</span><br />
  <%= text_field :adjustment, :amount, {:style => "width:80px;"} %>
  <%= f.error_message_on :amount %>
<% end %>

<%= f.field_container :label do %>
  <%= f.label :label, t("description")%> <span class="required">*</span><br />
  <%= text_field :adjustment, :label, {:style => "width:180px;"} %>
  <%= f.error_message_on :label %>
<% end %>

Version data entries

30 entries across 30 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/adjustments/_form.html.erb
My-Commerce_core-1.1.0 app/views/admin/adjustments/_form.html.erb
My-Commerce_core-1.0.0 app/views/admin/adjustments/_form.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/adjustments/_form.html.erb
MyCommerce-0.0.3 core/app/views/admin/adjustments/_form.html.erb
rfcommerce_core-0.0.3 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.6 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.5 app/views/admin/adjustments/_form.html.erb
spree_core-0.30.2 app/views/admin/adjustments/_form.html.erb
spree_core-0.40.4 app/views/admin/adjustments/_form.html.erb
spree_core-0.50.4 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.4 app/views/admin/adjustments/_form.html.erb
spree_core-0.50.3 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.3 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.2 app/views/admin/adjustments/_form.html.erb
spree_core-0.70.0.rc2 app/views/admin/adjustments/_form.html.erb
spree_core-0.70.RC1 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.1 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.0 app/views/admin/adjustments/_form.html.erb
spree_core-0.60.0.RC1 app/views/admin/adjustments/_form.html.erb