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

21 lines
437 B
Plaintext

.qi_row
.qi_pannel.qi_plain.padding
%hr
- date = Date.today.beginning_of_month
-while date >= (Date.parse("2019-01-01"))
=link_to l(date, :format => '%B %Y'), admin_export_compta_path(:start => date.beginning_of_month.strftime('%d/%m/%Y'), :stop => date.end_of_month.strftime('%d/%m/%Y'), :id => 1), :class => "btn btn-default"
%br
-date = date - 1.month