Today i encountered with an error, where a link_to tag is not clickable in my rails app. When I use some other link_to tag like ("<%=link_to ""%> with an empty or some other tag o in bottom of the page all other link to tag is working.
If I remove that bottom link_to tag, other tags are not clickable. I have searched a lot for more than 6-7 hrs, but have found no fix. What might be the cause?
First, it works fine, after I stop the server and start it again, it's not clickable.