Files
mozo-backend/app/views/supplier/home.html.slim
T
2013-10-07 23:00:01 +02:00

11 lines
476 B
Plaintext

- content_for :head do
= javascript_include_tag 'supplier/app/application'
.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]), id: :section_selector)
a.icon-arrow-right.go-to-tables-view.hide href=tables_view_suppliers_section_path('0000')
- content_for :footer do
javascript:
$(function(){
Qsupplier.watch_events();
});