27 lines
604 B
Plaintext
27 lines
604 B
Plaintext
|
|
|
|
.qi_header
|
|
.right= link_to ic(:plus)+' Ajouter un circuit', new_admin_circuit_path(), :class => "btn btn-primary btn-ap-add", :remote => true
|
|
%h1
|
|
Bases
|
|
%span
|
|
Circuits
|
|
|
|
|
|
.qi_search_row
|
|
=form_tag "", :method => "get", :onsubmit => "" do
|
|
|
|
=hidden_field_tag :column, params[:column]
|
|
=hidden_field_tag :direction, params[:direction]
|
|
|
|
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table_search_footer", :locals => {:collection_object => @circuits}
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table", :locals => {:qi_ordered_table_collection => @circuits}
|
|
|
|
|
|
|