Sha256: 6006de963470047c01e1a8149bb3b11db2ef8bc685a2d1ce092a00894a61f634
Contents?: true
Size: 491 Bytes
Versions: 5
Compression:
Stored size: 491 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <%= render :html_head %> <title>All Files</title> <base target="main" /> </head> <body> <div id="nav" class="files"> <h1>Files List</h1> <ul> <% for file in extra_files %> <li nowrap><a href="<%= File.basename(file) %>.html"><%= File.basename(file) %></a></li> <% end %> </ul> </div> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems