Sha256: 27a17bf27a44dc852887dc99c40171712ed6c98ac90fc163483f1b4667bf0c5a
Contents?: true
Size: 878 Bytes
Versions: 4
Compression:
Stored size: 878 Bytes
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="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <h1><a href="<%= index_path %>">RubyCritic</a></h1> <%= yield %> <script src="<%= javascript_path(:'jquery-2.1.0') %>"></script> <script src="<%= javascript_path(:prettify) %>"></script> <script src="<%= javascript_path(:application) %>"></script> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems