brighter_planet_layout 0.2.22 → 0.2.23

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.22
1
+ 0.2.23
@@ -0,0 +1,9 @@
1
+ <div id="elsewhere">
2
+ <div id="twitter">
3
+ <p>Interesting article: The powers of cap and trade, and why demonizing it was a serious mistake <a href="http://cot.ag/bAcOnm">http://cot.ag/bAcOnm</a> <span>via <%= link_to '@brighterplanet', 'http://twitter.com/brighterplanet' %></p>
4
+ </div>
5
+ <div id="blog" class="derek">
6
+ <p><%= link_to 'Bundler to the Max', 'http://numbers.brighterplanet.com/2010/07/28/bundler-to-the-max' %> by Derek yesterday on <%= link_to 'Safety in Numbers', 'http://numbers.brighterplanet.com' %>, our blog</p>
7
+ </div>
8
+ </div>
9
+
@@ -29,27 +29,8 @@
29
29
  <li><%= link_to_homesite 'Carbon footprint profiles', 'sessions/new' %> powered by Carbon Middleware technology</li>
30
30
  </ul>
31
31
  </div>
32
- <div id="status">
33
- <p><%= link_to 'Details', 'http://twitter.com/brighterplanet' %></p>
34
- <h3>Service status</h3>
35
- <dl>
36
- <dt>Emission estimates</dt>
37
- <dd>Ready</dd>
38
- <dt>Climate data</dt>
39
- <dd>Ready</dd>
40
- <dt>Keyserver</dt>
41
- <dd>Ready</dd>
42
- <dt class="last">Profiles</dt>
43
- <dd class="last">Ready</dd>
44
- </dl>
45
- </div>
46
- <div id="elsewhere">
47
- <div id="twitter">
48
- <p>Interesting article: The powers of cap and trade, and why demonizing it was a serious mistake <a href="http://cot.ag/bAcOnm">http://cot.ag/bAcOnm</a> <span>via <%= link_to '@brighterplanet', 'http://twitter.com/brighterplanet' %></p>
49
- </div>
50
- <div id="blog" class="derek">
51
- <p><%= link_to 'Bundler to the Max', 'http://numbers.brighterplanet.com/2010/07/28/bundler-to-the-max' %> by Derek yesterday on <%= link_to 'Safety in Numbers', 'http://numbers.brighterplanet.com' %>, our blog</p>
52
- </div>
32
+ <div id="applications">
53
33
  </div>
34
+ <%= render :partial => 'layouts/elsewhere' %>
54
35
  </div>
55
36
  </div>
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brighter_planet_layout}
8
- s.version = "0.2.22"
8
+ s.version = "0.2.23"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Rossmeissl"]
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "app/helpers/brighter_planet_helper.rb",
27
+ "app/views/layouts/_elsewhere.html.erb",
27
28
  "app/views/layouts/_footer.html.erb",
28
29
  "app/views/layouts/_google_analytics.html.erb",
29
30
  "app/views/layouts/_header.html.erb",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 22
9
- version: 0.2.22
8
+ - 23
9
+ version: 0.2.23
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl
@@ -60,6 +60,7 @@ files:
60
60
  - Rakefile
61
61
  - VERSION
62
62
  - app/helpers/brighter_planet_helper.rb
63
+ - app/views/layouts/_elsewhere.html.erb
63
64
  - app/views/layouts/_footer.html.erb
64
65
  - app/views/layouts/_google_analytics.html.erb
65
66
  - app/views/layouts/_header.html.erb