4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
<% for item in @list %>
|
||
|
<b><%= item %></b>
|
||
|
<% end %>
|