Sha256: 02aeb6f691f27c99a5d1b90ce0c74efef1d1a62774fe27bebca5a46d739b3f31
Contents?: true
Size: 474 Bytes
Versions: 76
Compression:
Stored size: 474 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
76 entries across 76 versions & 1 rubygems