edouard-metric_fu 1.0.3.3 → 1.0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/templates/awesome/layout.html.erb +27 -0
- metadata +2 -1
@@ -0,0 +1,27 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
|
+
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
|
3
|
+
<head>
|
4
|
+
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
|
5
|
+
<meta content='en' http-equiv='Content-Language' />
|
6
|
+
<title>metrics | thoughtbot</title>
|
7
|
+
<link href='http://metrics.thoughtbot.com/reset.css' rel='stylesheet' type='text/css' />
|
8
|
+
<link href='http://metrics.thoughtbot.com/buttons.css' rel='stylesheet' type='text/css' />
|
9
|
+
<link href='http://metrics.thoughtbot.com/integrity.css' rel='stylesheet' type='text/css' />
|
10
|
+
<style>
|
11
|
+
<%= inline_css("default.css") %>
|
12
|
+
</style>
|
13
|
+
<link REL="SHORTCUT ICON" HREF="/favicon.ico">
|
14
|
+
</head>
|
15
|
+
<body>
|
16
|
+
<div id='header'>
|
17
|
+
<h1><a href="/">metrics</a> | <%= @name %></h1>
|
18
|
+
<address class='watermark'>
|
19
|
+
built with
|
20
|
+
<a href='http://metric-fu.rubyforge.org/'>metric-fu</a>
|
21
|
+
</address>
|
22
|
+
</div>
|
23
|
+
<div id='content'>
|
24
|
+
<%= @html %>
|
25
|
+
</div>
|
26
|
+
</body>
|
27
|
+
</html>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: edouard-metric_fu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.3.
|
4
|
+
version: 1.0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jake Scruggs
|
@@ -129,6 +129,7 @@ files:
|
|
129
129
|
- lib/templates/awesome/saikuro.html.erb
|
130
130
|
- lib/templates/awesome/awesome_template.rb
|
131
131
|
- lib/templates/awesome/stats.html.erb
|
132
|
+
- lib/templates/awesome/layout.html.erb
|
132
133
|
- tasks/metric_fu.rake
|
133
134
|
- tasks/railroad.rake
|
134
135
|
- vendor/saikuro/saikuro.rb
|