Sha256: 038195a77a5a1f266c8b9eb5bc477544fd5da113e5ab4ef66a1cd72a55f1f6b9
Contents?: true
Size: 1.25 KB
Versions: 32
Compression:
Stored size: 1.25 KB
Contents
<!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>Coverband Info: <%= Coverband::VERSION %></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script src='<%= assets_path('application.js') %>' type='text/javascript'></script> <link href='<%= assets_path('application.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css'> <link rel="icon" type="image/png" href="<%= assets_path('favicon.png') %>" /> </head> <body> <div id="wrapper" style=""> <div id="header"> <a href='<%= base_path %>'>Coverband Admin</a> <a href='<%= base_path %>settings'>Info</a> </div> <div id="content"> <dl> <% Coverband.configuration.to_h.each_pair do |key,value| %> <dt><%= key %></dt> <dd><%= value %></dd> <% end %> <dt>Size (in bytes)</dt> <dd><%= Coverband.configuration.store.size %></dd> <dt>Size (in MiB)</dt> <dd><%= Coverband.configuration.store.size_in_mib %></dd> </dl> </div> <div id="footer"> Generated by <a href="http://github.com/danmayer/coverband">Coverband</a> v<%= Coverband::VERSION %> </div> </div> </body> </html>
Version data entries
32 entries across 32 versions & 1 rubygems