kaps_app/app/views/public/kaps_days/index.html.haml
2020-01-12 20:41:57 +01:00

22 lines
437 B
Plaintext

.qi_header
.right= link_to 'Créer un Kaps !', new_public_kaps_day_path(), :class => "btn btn-primary", :remote => true
%h1
Kaps
%span
Mes Kaps
.qi_row
.qi_pannel.qi_plain.padding
-current_p_customer.generate_kaps_days
%table.table
%tr
%th Type
%tbody#kaps_days_rows
=render current_p_customer.kaps_days.order("date DESC").where("date <= ?", Date.today).all