Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
erbファイルでは、次のようなことができます
<tr class="<%= cycle('list_line_odd', 'list_line_even') %>">
この行は、スリムなファイルではどのように見えるでしょうか? どうも。
または:
tr[class=cycle('list_line_odd', 'list_line_even')]
また
tr class=cycle('list_line_odd', 'list_line_even')
tr[class="#{cycle('list_line_odd', 'list_line_even')}"]