Sha256: 8777b9fa59826e87da984e99d307706d43f31169f956e20847a1983420aff427
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 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_name, 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ferver-1.2.1 | lib/ferver/views/index.erb |
ferver-1.2.0 | lib/ferver/views/index.erb |