13
Haml: Metnin etrafındaki beyaz boşluğu kontrol edin
Rails şablonumda, HAML kullanarak bu efekte son HTML'yi elde etmek istiyorum: I will first <a href="http://example.com">link somewhere</a>, then render this half of the sentence if a condition is met Yaklaşan şablon: I will first = link_to 'link somewhere', 'http://example.com' - if @condition , then render this half of the sentence …