Refactoring the order cycle partials

This commit is contained in:
Will Marshall
2013-12-05 16:30:39 +11:00
parent 7e9f389900
commit 3f4f5143ff

View File

@@ -1,11 +1,12 @@
= @distributor.name
Ready for:
= select_tag :order_cycle_id, options_for_select(order_cycles_name_and_pickup_times(@order_cycles), current_order_cycle.andand.id), :prompt => "Select an Order Cycle!"
= render partial: "shop/order_cycles"
%description
= @distributor.long_description.andand.html_safe
%div{"ng-app" => "Shop", "ng-controller" => "ProductsCtrl"}
{{ products | json }}
= render partial: "enterprises/contact_us"
= render partial: "enterprises/about_us"