I need things inside:
<a href="this must not be encoded">link</a>
to not get encoded. How would i go about doing that?
Im trying two different things inside the href, both <%=thing inside here%> and link_to(thing inside here)
Ruby tags <%= %> are protected with ProtectedSource, and it works perfectly, except for inn links.
Any ideas? Thanks!
<a href="this must not be encoded">link</a>
to not get encoded. How would i go about doing that?
Im trying two different things inside the href, both <%=thing inside here%> and link_to(thing inside here)
Ruby tags <%= %> are protected with ProtectedSource, and it works perfectly, except for inn links.
Any ideas? Thanks!