Re: [haml] How to write this tag in Haml ?

2011-05-06 Thread Kit
2011/5/7 kadoudal : > I am re-writing a piece of html code from an old site, written by a > 3rd -party and there is a specific tag to handle a > 'scrolling text'.. I don't have any clue on how to rewrite it using > Haml ?  can you help me ?  thanks > > > >     scrolldelay='10' scrollamount='4' b

[haml] How to write this tag in Haml ?

2011-05-06 Thread kadoudal
I am re-writing a piece of html code from an old site, written by a 3rd -party and there is a specific tag to handle a 'scrolling text'.. I don't have any clue on how to rewrite it using Haml ? can you help me ? thanks LATEST NEWS  LATEST NEWS  LATEST NEWS  LATEST NEWS  

Re: [haml] Compile error in haml

2011-05-06 Thread Nathan Weizenbaum
link_to is a Rails method, not a Haml method. What's the error message? On Fri, May 6, 2011 at 2:08 PM, nick wrote: > I'm transitioning a rails 2.2.2 app from Centos 4 to Ubuntu 10. I'm > getting a compile error in rails: > > ... > On line #162 of app/views/projects/show.haml > > 159:

[haml] Compile error in haml

2011-05-06 Thread nick
I'm transitioning a rails 2.2.2 app from Centos 4 to Ubuntu 10. I'm getting a compile error in rails: ... On line #162 of app/views/projects/show.haml 159: = "imported (ref:#{mi.myob_id})" 160: - else 161: %p (No milestone invoices to display) 162: = link_

[haml] Re: SCSS syntax highlighting for Kate

2011-05-06 Thread razorx
I added variable support and moved it to a more appropriate location: https://gist.github.com/958598 Check there for any future updates. On May 4, 6:24 pm, razorx wrote: > Well, I modified the css.xml file a little and I think it works (I'll > be able to tell more when I start working with it mo