Guest User

Untitled

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