Haml: Control whitespace around text

前端 未结 13 2138
时光说笑
时光说笑 2020-11-30 16:38

In my Rails template, I\'d like to accomplish final HTML to this effect using HAML:

I will first link somewhere         


        
13条回答
  •  自闭症患者
    2020-11-30 17:30

    Yet another option that I've used in the past:

    - if @condition
      %span> , then some more text after the link.
    

提交回复
热议问题