When you're mixing markup and interpolation your best bet is to separate these out to individual lines.
https://gist.github.com/duncanbeevers/4ffe3877e0d2cf9b785c On Wed, Mar 20, 2013 at 11:14 AM, ChilliCoder <[email protected]>wrote: > The line #3 is wrong, I think you should > > %li > #{item.quantity} × #{item.product.title} = #{item.total_price} > > > On Wednesday, March 20, 2013 3:54:20 AM UTC-6, 邵成磊 wrote: >> >> <https://lh6.googleusercontent.com/-TPFga981eqw/UUmHN5QpceI/AAAAAAAAACY/yi_S8PerLmw/s1600/QQ%E6%88%AA%E5%9B%BE20130316114213.png> >> see the picture > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/haml?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/haml?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
