0
我想輸出一個標籤是這樣的:是否可以在rails link_to中添加沒有值的html-attributes?
<a href="#" itemscope class="features__cta button>Stuff</a>
我知道我可以這樣添加HTML的屬性標籤,但我怎麼添加一個沒有價值呢?
<%= link_to t('features.cta'), t('features.cta_link') , class:
'features__cta button', itemprop: "priceSpecification" %>
這會在標記中導致itemprop =「」,這是否正確? – Himmators
@Himmators是的。 –