app/views/ish_manager/leadsets/show.haml in ish_manager-0.1.8.463 vs app/views/ish_manager/leadsets/show.haml in ish_manager-0.1.8.464

- old
+ new

@@ -29,12 +29,14 @@ = 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 Create invoice for month + %label Invoice for month = text_field_tag 'month_on' - = submit_tag 'Submit', data: { confirm: 'Are you sure?' } + %label (x?) + = check_box_tag 'replace' + = submit_tag '>', data: { confirm: 'Are you sure?' } %hr .col-md-6 %h5.collapse-expand#subscriptionsList Subscriptions (#{@subscriptions.length})