DanielFischer.com
2008-Sep-12 02:21 UTC
Problem with links in rails app - appending path after the text?
anyone have any idea on why my links are rendering the path after the actual links text? e.g: <a href="/register">Sign Up NOW</a> shows up in (safari/firefox) as => Sign Up NOW (/register) The (/register) part shouldn''t be there. Not to mention that you can''t select it. How the heck is this possible? It''s not browser specific, and the only plugin in my Rails app is HAML but I''ve never experienced this with Haml before. Any help would be appreciated. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ryan Bigg
2008-Sep-12 02:42 UTC
Re: Problem with links in rails app - appending path after the text?
Any plugins installed? ----- Ryan Bigg Freelancer Skype: radarlistener MSN & Gtalk: radarlistener-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org On 12/09/2008, at 11:51 AM, DanielFischer.com wrote:> > anyone have any idea on why my links are rendering the path after the > actual links text? > > e.g: > > <a href="/register">Sign Up NOW</a> > > shows up in (safari/firefox) as > > => Sign Up NOW (/register) > > The (/register) part shouldn''t be there. Not to mention that you can''t > select it. How the heck is this possible? > > It''s not browser specific, and the only plugin in my Rails app is HAML > but I''ve never experienced this with Haml before. > > Any help would be appreciated. > > Thanks! > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---