Sha256: 29bcc808835505bf683cf173ee9e6d8a56711466f3a6606d019cd5fe84ffbd80
Contents?: true
Size: 278 Bytes
Versions: 428
Compression:
Stored size: 278 Bytes
Contents
<h3>List</h3> <% if !@list || @list.empty? %> <p>not found.</p> <% else %> <table> <tbody> <% @list.each_with_index do |item, i| %> <tr bgcolor="<%= i%2 == 0 ? '#FFCCCC' : '#CCCCFF' %>"> <td><%= item %></td> </tr> <% end %> </tbody> </table> <% end %>
Version data entries
428 entries across 188 versions & 44 rubygems