Sha256: 51a08a4aec09470ef4de929cc5a881502b9d1e00f8e44ff0d29facebdf31dc6f
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
<!doctype html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Simple Adapter Logging</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="<%= path_from_web_root('stylesheets/pure/pure-base-min.css') %>"> <link rel="stylesheet" href="<%= path_from_web_root('stylesheets/pure/pure-grids-responsive-min.css') %>"> <link rel="stylesheet" href="<%= path_from_web_root('stylesheets/pure/buttons-min.css') %>"> <link rel="stylesheet" href="<%= path_from_web_root('stylesheets/adalog.css') %>"> <link rel="stylesheet" href="<%= path_from_web_root('stylesheets/entries-list.css') %>"> <script src="<%= path_from_web_root('javascripts/adalog.js') %>"></script> <script src="<%= path_from_web_root('javascripts/vanilla-js.js') %>"></script> <script src="<%= path_from_web_root('javascripts/entries-list.js') %>"></script> </head> <body> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adalog-0.5.0 | lib/adalog/web/views/adalog.html.erb |
adalog-0.4.1 | lib/adalog/web/views/adalog.html.erb |
adalog-0.4.0 | lib/adalog/web/views/adalog.html.erb |