Fixed admin, orders, wiki views. Converted all erb to haml.
This commit is contained in:
parent
699fb9b233
commit
552c553b77
169 changed files with 1158 additions and 1307 deletions
|
|
@ -1 +0,0 @@
|
|||
$('#stock_changes').append('<%= escape_javascript(render(:partial => 'stock_change', :locals => {:stock_change => StockChange.new, :supplier => @supplier})) %>');
|
||||
1
app/views/deliveries/add_stock_change.js.haml
Normal file
1
app/views/deliveries/add_stock_change.js.haml
Normal file
|
|
@ -0,0 +1 @@
|
|||
$('#stock_changes').append('#{escape_javascript(render(:partial => 'stock_change', :locals => {:stock_change => StockChange.new, :supplier => @supplier}))}');
|
||||
Loading…
Add table
Add a link
Reference in a new issue