Sha256: b93141197d688779cfcbab2046961026ca8d466df05fcba2660b444e1f9c3229

Contents?: true

Size: 503 Bytes

Versions: 28

Compression:

Stored size: 503 Bytes

Contents

<div data-hook="admin_adjustment_form_fields">
  <%= f.field_container :amount do %>
    <%= f.label :amount, raw(Spree.t(:amount) + required_span_tag) %>
    <%= text_field :adjustment, :amount, class: 'form-control' %>
    <%= f.error_message_on :amount %>
  <% end %>
  <%= f.field_container :label do %>
    <%= f.label :label, raw(Spree.t(:description) + required_span_tag) %>
    <%= text_field :adjustment, :label, class: 'form-control' %>
    <%= f.error_message_on :label %>
  <% end %>
</div>

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
spree_cm_commissioner-1.8.3 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.2 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.1 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.0.pre.beta2 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.0 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.0.pre.beta4 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.0.pre.deploy.pre.demo app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.0.pre.beta3 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-1.8.0.pre.beta1 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-0.0.3 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-0.0.2 app/views/spree/billing/adjustments/_form.html.erb
spree_cm_commissioner-0.0.1 app/views/spree/billing/adjustments/_form.html.erb
spree_backend-4.8.4 app/views/spree/admin/adjustments/_form.html.erb
spree_backend-4.8.3 app/views/spree/admin/adjustments/_form.html.erb
spree_backend-4.8.2 app/views/spree/admin/adjustments/_form.html.erb
spree_backend-4.8.1 app/views/spree/admin/adjustments/_form.html.erb
spree_backend-4.7.2 app/views/spree/admin/adjustments/_form.html.erb
spree_backend-4.6.2 app/views/spree/admin/adjustments/_form.html.erb
spree_backend-4.7.1 app/views/spree/admin/adjustments/_form.html.erb
spree_backend-4.7.0 app/views/spree/admin/adjustments/_form.html.erb