5 lines
274 B
Plaintext
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'
|