Guest User

Untitled

a guest
Aug 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Rails 3 - link_to image in ruby 1.8 and 1.9
  2. <%= link_to ((image_tag 'image.png', :alt => 'bla bla bal'),
  3. url_for(root_url), :id => 'identifier')%>
  4.  
  5. syntax error, unexpected ',', expecting ')'
  6. url_for(root_url), :id => 'identifier'));@output_buffer.safe_concat('
Add Comment
Please, Sign In to add comment