changing view for group_order_invoices
testing ui of goi restructuring
This commit is contained in:
parent
de6643722a
commit
90c5450525
52 changed files with 783 additions and 57 deletions
1
app/views/orders/collective_direct_debit.js.erb
Normal file
1
app/views/orders/collective_direct_debit.js.erb
Normal file
|
|
@ -0,0 +1 @@
|
|||
$("#order_<%= @order.id %>_modal").html("<%= escape_javascript(render partial: 'group_order_invoices/links', locals: {order: @order}) %>");
|
||||
2
app/views/orders/render_modal.js.erb
Normal file
2
app/views/orders/render_modal.js.erb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$('#modalContainer').html('<%= j(render("group_order_invoices/modal", order: @order)) %>');
|
||||
$('#modalContainer').modal();
|
||||
Loading…
Add table
Add a link
Reference in a new issue