Guest User

Untitled

a guest
Feb 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <%= for filter in @filters -%>
  2. <%= text_field_tag("query"+filter.to_s, @params['query']+filter.to_s, :size => 10 ) %>
  3. <%= end -%>
  4.  
  5.  
  6. I get error
  7.  
  8. compile error
  9. ./script/../config/../app/views/cards/list.rhtml:5: syntax error
  10. _erbout.concat(( for filter in @filters ).to_s); _erbout.concat "\n"
  11. ^
  12. ./script/../config/../app/views/cards/list.rhtml:7: syntax error
  13. _erbout.concat(( end ).to_s)
  14. ^
  15. ./script/../config/../app/views/cards/list.rhtml:8: syntax error
  16. _erbout.concat "</form>\n"
  17. ^
Add Comment
Please, Sign In to add comment