You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi, I am using openlayers gem to show a openstreetmap as div in a a rails app how can I make this div as a link to an other page in the rails app using link_to tag
regards
Eric Saupe
unread,
Aug 15, 2014, 11:41:41 AM8/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You can put a div inside of the <a> generated by link_to and this will work for you but putting block elements inside of <a> is not really good practice. Instead you could try <span> instead of <div>