Fixed order views.
This commit is contained in:
parent
88b268cb0b
commit
b3c64ecb85
5 changed files with 11 additions and 9 deletions
1
app/views/orders/show.js.erb
Normal file
1
app/views/orders/show.js.erb
Normal file
|
|
@ -0,0 +1 @@
|
|||
$('#articles').html('<%= escape_javascript(render(:partial => @partial, :locals => {:order => @order})) %>');
|
||||
Loading…
Add table
Add a link
Reference in a new issue