app/views/ish_manager/leadsets/show.haml in ish_manager-0.1.8.465 vs app/views/ish_manager/leadsets/show.haml in ish_manager-0.1.8.466
- old
+ new
@@ -26,9 +26,10 @@
.col-md-6
%h5.collapse-expand#invoicesList
Invoices (#{@leadset.invoices.length})
= link_to '[+stripe]', new_invoice_stripe_path({ leadset_id: @leadset.id })
= link_to '[+pdf]', new_invoice_pdf_path({ leadset_id: @leadset.id })
+
= render 'ish_manager/invoices/index_list', invoices: @invoices
= form_tag create_monthly_invoice_for_leadset_path({ leadset_id: @leadset.id }) do
%label Invoice for month
= text_field_tag 'month_on'