Guest User

Untitled

a guest
May 23rd, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. compile error
  2. C:/Documents and Settings/sowa/Moje dokumenty/NetBeansProjects/test/app/views/gallery/index.haml:3: syntax error, unexpected '.', expecting ')'
  3. _hamlout.push_text("<div id='categories'>\n", false, 1);cycle(.category.left, .category.right);
  4. ^
  5. C:/Documents and Settings/sowa/Moje dokumenty/NetBeansProjects/test/app/views/gallery/index.haml:3: syntax error, unexpected '.', expecting '='
  6. _hamlout.push_text("<div id='categories'>\n", false, 1);cycle(.category.left, .category.right);
  7. ^
  8. C:/Documents and Settings/sowa/Moje dokumenty/NetBeansProjects/test/app/views/gallery/index.haml:3: syntax error, unexpected ')', expecting kEND
  9. _hamlout.push_text("<div id='categories'>\n", false, 1);cycle(.category.left, .category.right);
  10. ^
  11. C:/Documents and Settings/sowa/Moje dokumenty/NetBeansProjects/test/app/views/gallery/index.haml:10: syntax error, unexpected kEND, expecting $end
  12.  
  13. xtracted source (around line #3):
  14. 1: -@list.each do |i|
  15. 2: %div#categories
  16. 3: -cycle(.category.left, .category.right)
  17. 4: %img{:src => ''}
  18. 5: %h4= i.title
  19. 6: %p= i.description
  20.  
  21.  
  22.  
  23. compile error
  24. C:/Documents and Settings/sowa/Moje dokumenty/NetBeansProjects/test/app/views/gallery/index.haml:3: syntax error, unexpected '.', expecting ')'
  25. _hamlout.push_text("<div id='categories'>\n", false, 1);_hamlout.open_tag("div", false, false, false, false, {}, false, false, nil, nil, :class => cycle(.category.left, .category.right));
  26. ^
  27. C:/Documents and Settings/sowa/Moje dokumenty/NetBeansProjects/test/app/views/gallery/index.haml:3: syntax error, unexpected '.', expecting '='
  28. _hamlout.push_text("<div id='categories'>\n", false, 1);_hamlout.open_tag("div", false, false, false, false, {}, false, false, nil, nil, :class => cycle(.category.left, .category.right));
  29. ^
  30. C:/Documents and Settings/sowa/Moje dokumenty/NetBeansProjects/test/app/views/gallery/index.haml:3: syntax error, unexpected ')', expecting kEND
  31. _hamlout.push_text("<div id='categories'>\n", false, 1);_hamlout.open_tag("div", false, false, false, false, {}, false, false, nil, nil, :class => cycle(.category.left, .category.right));
  32. ^
  33.  
  34.  
  35. Extracted source (around line #3):
  36. 1: -@list.each do |i|
  37. 2: %div#categories
  38. 3: %div{:class => cycle(.category.left, .category.right)}
  39. 4: %img{:src => ''}
  40. 5: %h4= i.title
  41. 6: %p= i.description
Add Comment
Please, Sign In to add comment