Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02:00

29 lines
450 B
Plaintext

.center_content
%h1 Suivre mes demandes
%h3 Mon RIB
%table.table
=render current_p_customer.m_odr_rep_ribs
%h3 Mes primes
%table.table
=render current_p_customer.m_odr_primes
%h3 Mes factures d'achat
%table.table
=render current_p_customer.m_odr_files.where(:m_odr_file_type_id => 2)
%h3 Mes factures de roulage
%table.table
=render current_p_customer.m_odr_files.where(:m_odr_file_type_id => 1)