Sha256: ee7d3abd3baa799872f9883d921b2eb4a6371e087c6b17d04ac28767b1fd8fe2

Contents?: true

Size: 454 Bytes

Versions: 24

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

24 entries across 24 versions & 1 rubygems

Version Path
spree_core-1.0.7 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.6 app/views/spree/admin/adjustments/_form.html.erb
spree_core-0.70.7 app/views/admin/adjustments/_form.html.erb
spree_core-0.70.6 app/views/admin/adjustments/_form.html.erb
spree_core-1.1.2.rc1 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.1.1 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.1.0 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.4 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.1.0.rc2 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.1.0.rc1 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.3 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.2 app/views/spree/admin/adjustments/_form.html.erb
spree_core-0.70.5 app/views/admin/adjustments/_form.html.erb
spree_core-1.0.1 app/views/spree/admin/adjustments/_form.html.erb
spree_core-0.70.4 app/views/admin/adjustments/_form.html.erb
spree_core-1.0.0 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.0.rc4 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.0.rc3 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.0.rc2 app/views/spree/admin/adjustments/_form.html.erb
spree_core-1.0.0.rc1 app/views/spree/admin/adjustments/_form.html.erb