Change text of OC collection details

This commit is contained in:
Rob H
2014-06-19 18:02:05 +10:00
parent 3c24be3c0b
commit 0527900453
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
selected
- if type == 'distributor'
%td.collection-details
= text_field_tag 'order_cycle_outgoing_exchange_{{ $index }}_pickup_time', '', 'id' => 'order_cycle_outgoing_exchange_{{ $index }}_pickup_time', 'placeholder' => 'Pickup time / date', 'ng-model' => 'exchange.pickup_time'
= text_field_tag 'order_cycle_outgoing_exchange_{{ $index }}_pickup_time', '', 'id' => 'order_cycle_outgoing_exchange_{{ $index }}_pickup_time', 'placeholder' => 'Ready for (ie. Date / Time)', 'ng-model' => 'exchange.pickup_time'
%br/
= text_field_tag 'order_cycle_outgoing_exchange_{{ $index }}_pickup_instructions', '', 'id' => 'order_cycle_outgoing_exchange_{{ $index }}_pickup_instructions', 'placeholder' => 'Pick-up instructions', 'ng-model' => 'exchange.pickup_instructions'
%td.fees

View File

@@ -41,7 +41,7 @@
%tr
%th Distributor
%th Products
%th Collection details
%th Pickup / Delivery details
%th Fees
%th.actions
%tbody{'ng-repeat' => 'exchange in order_cycle.outgoing_exchanges'}