mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-06 07:29:16 +00:00
new validation5 02/25/2016
This commit is contained in:
@@ -44,4 +44,4 @@
|
||||
= f.fields_for :collection do |order_cycle_form|
|
||||
= render 'admin/order_cycles/row', order_cycle_form: order_cycle_form
|
||||
|
||||
= f.submit t(:update)
|
||||
= f.submit t :update
|
||||
@@ -151,7 +151,7 @@
|
||||
= t "products_price"
|
||||
%th.actions
|
||||
%th.actions
|
||||
= t "ask"
|
||||
= t("ask")
|
||||
%input{ :type => 'checkbox', 'ng-model' => "confirmDelete" }
|
||||
|
||||
%tr.line_item{ 'ng-repeat' => "line_item in filteredLineItems = ( lineItems | filter:quickSearch | selectFilter:supplierFilter:distributorFilter:orderCycleFilter | variantFilter:selectedUnitsProduct:selectedUnitsVariant:sharedResource | orderBy:predicate:reverse )", 'ng-class-even' => "'even'", 'ng-class-odd' => "'odd'", :id => "li_{{line_item.id}}" }
|
||||
|
||||
Reference in New Issue
Block a user