Sha256: d7adfa6775b6d56b8c9860355389fb99242a16023b9462277513fe0f46cb59c8
Contents?: true
Size: 470 Bytes
Versions: 72
Compression:
Stored size: 470 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
72 entries across 72 versions & 2 rubygems