haven't tested it, but this should work.

%li= link_to 'Create <strong>FREE</strong> Whatever'.html_safe, new_path

Remember, though, that playing with .html_safe is like playing with knives.
very sharp, stabby knives.

:brad

On Mon, Nov 15, 2010 at 8:07 AM, Sean <seanmay...@gmail.com> wrote:

> Actually that didn't work it outputs the &lt;'s etc to the screen - I
> had to install RedCloth for :textile
>
> %li
>  %a{ :href => new_path}
>    :textile
>      Create *FREE* Whatever
>
>
>
> On Nov 14, 8:54 pm, Nathan Weizenbaum <nex...@gmail.com> wrote:
> > That's probably the easiest way to do it.
> >
> > On Sun, Nov 14, 2010 at 4:58 PM, Sean <seanmay...@gmail.com> wrote:
> > > %li= link_to 'Create <strong>FREE</strong> Whatever', new_path
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Haml" group.
> > > To post to this group, send email to h...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > haml+unsubscr...@googlegroups.com<haml%2bunsubscr...@googlegroups.com><
> haml%2bunsubscr...@googlegroups.com<haml%252bunsubscr...@googlegroups.com>
> >.
> > > For more options, visit this group at
> > >http://groups.google.com/group/haml?hl=en.
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to h...@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com <haml%2bunsubscr...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>


-- 
Bradley Grzesiak
co-founder, bendyworks llc
http://bendyworks.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to