Guest User

Untitled

a guest
Oct 21st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ActionView::Template::Error (/srv/www/stage.directbox.ru/releases/20110701103016/app/views/admin/billing_transactions/new.html.haml:4: syntax error, unexpected ',', expecting ')'
  2. ...form_for (@billing_transaction, :url => admin_user_billing_a...
  3. ... ^
  4. /srv/www/stage.directbox.ru/releases/20110701103016/app/views/admin/billing_transactions/new.html.haml:4: syntax error, unexpected ')', expecting keyword_end
  5. ..._path(@user, @billing_account)) do |f|
  6. ... ^
  7. /srv/www/stage.directbox.ru/releases/20110701103016/app/views/admin/billing_transactions/new.html.haml:11: syntax error, unexpected keyword_ensure, expecting $end):
  8. 1: %div
  9. 2: %h2 Новое движение
  10. 3:
  11. 4: - form_for (@billing_transaction, :url => admin_user_billing_account_billing_transactions_path(@user, @billing_account)) do |f|
  12. 5: = render :partial => "form", :locals => {:f => f}
  13. 6: %p
  14. 7: = submit_tag 'Сохранить'
Add Comment
Please, Sign In to add comment