【问题标题】:Haml Text CompressionHaml 文本压缩
【发布时间】:2014-09-10 02:55:44
【问题描述】:

好的,

我正在使用haml创建一个模板,遇到了一个错误。

我通常在 haml 中使用“

即:

%p 
%img{:src => "link to image"}<
Some text

但是当我使用

image_tag "image name", :alt => "some text"
Some text

如何将“

【问题讨论】:

    标签: haml erb


    【解决方案1】:

    如果是我,我会考虑将image_tag 插入到末尾带有"Some text" 的字符串中:

    = "#{image_tag('image_name', :alt =&gt; 'some text')} Some text"

    【讨论】:

    • 我很高兴@JasonArroyo!
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-01-03
    • 1970-01-01
    • 2010-11-04
    • 2020-12-31
    相关资源
    最近更新 更多