Sha256: e94aeb4382956c0d3249d1b5475ed1de20ce35eee817761da3637b6d410945ce
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 KB
Contents
<!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>Coverband: <%= Coverband::VERSION %></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script src='<%= assets_path('dependencies.js') %>' type='text/javascript'></script> <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="shortcut icon" type="image/png" href="<%= assets_path("favicon_#{coverage_css_class(result.source_files.covered_percent)}.png") %>" /> <link rel="icon" type="image/png" href="<%= assets_path('favicon.png') %>" /> </head> <body> <div id="loading"> <img src="<%= assets_path('loading.gif') %>" alt="loading"/> </div> <div id="wrapper" style="display:none;"> <%= display_nav %> <div id="content"> <%= formatted_file_list("Coverage", result, result.source_files) %> </div> <div id="footer"> Generated by <a href="http://github.com/danmayer/coverband">Coverband</a> v<%= Coverband::VERSION %> </div> <div class="source_files"> <% result.source_files.each do |source_file| %> <%= formatted_source_file_loader(result, source_file) %> <% end %> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coverband-6.0.3.rc.2 | views/layout.erb |
coverband-6.0.3.rc.1 | views/layout.erb |