6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
<ul style="font-family:monospace;">
|
|
<% @list.each_with_index do |item, i| %>
|
|
<%= create_li(item, i).html_safe %>
|
|
<% end %>
|
|
</ul>
|