Sha256: 195a67204e25a7442496c262538232a81d9bab82abddd531ecf20ddc4201ed98
Contents?: true
Size: 599 Bytes
Versions: 3
Compression:
Stored size: 599 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>File List · Ferver</title> </head> <body> <h3>Files served:</h3> <ul> <% file_list.each_with_index do |file, index| %> <li><a href="/files/<%= index %>"><%= file.name %></a></li> <% end %> </ul> <p><%= file_count %> files served from: <%= ferver_path %></p> <hr> <p>Served by <a href="https://github.com/rob-murray/ferver" title="Ferver: A simple Ruby app serving files over HTTP">Ferver</a> gem v<%= Ferver::VERSION %></p> </body> </html> <html> <body>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ferver-1.4.0 | lib/ferver/views/index.erb |
ferver-1.3.1 | lib/ferver/views/index.erb |
ferver-1.3.0 | lib/ferver/views/index.erb |