Sha256: de6dc64c9f8e56e32813078fede9691ceb7ed0bd3415f252228e97f4bdb76d3c
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>RubyCritic</title> <link href="<%= stylesheet_path(:application) %>" media="screen, projection, print" rel="stylesheet" type="text/css"> <link href="<%= stylesheet_path(:'prettify.custom_theme') %>" media="screen, projection, print" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <header class="project-header group"> <h1 class="logo"><a href="<%= overview_path %>" class="logo-link">RubyCritic</a></h1> <nav class="project-nav"> <a href="<%= overview_path %>" class="project-nav-item">Overview</a> <a href="<%= code_index_path %>" class="project-nav-item">Code</a> <a href="<%= smells_index_path %>" class="project-nav-item">Smells</a> </nav> </header> <%= yield %> <script src="<%= javascript_path(:'jquery-2.1.0') %>"></script> <script src="<%= javascript_path(:'highcharts.src') %>"></script> <script src="<%= javascript_path(:prettify) %>"></script> <script src="<%= javascript_path(:application) %>"></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-0.0.11 | lib/rubycritic/report_generators/templates/layouts/application.html.erb |