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 <[email protected]> wrote: > Actually that didn't work it outputs the <'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 <[email protected]> wrote: > > That's probably the easiest way to do it. > > > > On Sun, Nov 14, 2010 at 4:58 PM, Sean <[email protected]> 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 [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<haml%[email protected]>< > haml%[email protected]<haml%[email protected]> > >. > > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
