Sha256: 07757aa9c2793f2a7a74d0bf8da16bde2b41389df81845d74d10583b8102f96e
Contents?: true
Size: 469 Bytes
Versions: 158
Compression:
Stored size: 469 Bytes
Contents
<!DOCTYPE HTML> <html> <head> <title>Simple Benchmark</title> </head> <body> <h1><%= header %></h1> <% unless item.empty? %> <ul> <% for i in item %> <% if i[:current] %> <li><strong><%= i[:name] %></strong></li> <% else %> <li><a href="<%= i[:url] %>"><%= i[:name] %></a></li> <% end %> <% end %> </ul> <% else %> <p>The list is empty.</p> <% end %> </body> </html>
Version data entries
158 entries across 113 versions & 4 rubygems