22 lines
464 B
Plaintext
22 lines
464 B
Plaintext
.qi_header
|
|
|
|
%h1
|
|
Mails
|
|
%span
|
|
Historique des mails envoyés
|
|
|
|
|
|
|
|
.qi_search_row
|
|
=form_tag "", :method => "get", :onsubmit => "" do
|
|
-params[:search] =params[:search] || {}
|
|
%table
|
|
%tr
|
|
%td
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table_search_footer", :locals => {:collection_object => @mail_hists}
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table", :locals => {:qi_ordered_table_collection => @mail_hists}
|