Files
mozo-backend/app/views/supplier/home.html.slim
T
2012-09-06 14:49:22 +02:00

5 lines
274 B
Plaintext

.pull-right
= select_tag('current_section_selector', options_for_select([[current_supplier.name, '']] + current_supplier.sections.map{|s| ["- #{s.title}", s.id]}, params[:section_id]))
= render template: 'supplier/active_lists'
= render template: 'supplier/active_orders'