Sha256: 7a86e376c07da2a2e9a2ec0bdef4bf07619ce2efd179b9489e10091d655bde29
Contents?: true
Size: 682 Bytes
Versions: 4
Compression:
Stored size: 682 Bytes
Contents
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>/</title> <link rel="stylesheet" type="text/css" href="/style.css"> </head> <body> <div id="contents"> <h1>/</h1> <dl> <% if @files %> <% @files.each do |f| %> <dt> <a href="/<%= f[:id] %>"> <span class="file-title"> <%= (f[:title].nil? or f[:title].empty?) ? f[:id] : f[:title] %> </span> </a> <span class="file-id">(<%= f[:id] %>)</span> </dt> <% end %> <% end %> </dl> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems