box-o-sand/cookbook/015/hodgepodge/app/views/list/index.html.erb

6 lines
137 B
Plaintext
Raw Normal View History

2011-08-11 02:06:36 +00:00
<ul style="font-family:monospace;">
<% @list.each_with_index do |item, i| %>
<%= create_li(item, i).html_safe %>
2011-08-11 02:06:36 +00:00
<% end %>
</ul>