brighter_planet_layout 0.2.19 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.20
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<div id="middleware">
|
|
23
23
|
<div class="main">
|
|
24
24
|
<h3>Carbon Middleware</h3>
|
|
25
|
-
<p>Real-time, scalable web services to enhance your business applications. <%= link_to 'Learn more', 'http://brighterplanet.com/
|
|
25
|
+
<p>Real-time, scalable web services to enhance your business applications. <%= link_to 'Learn more', 'http://brighterplanet.com/middleware' %></p>
|
|
26
26
|
</div>
|
|
27
27
|
<ul class="links">
|
|
28
28
|
<li><%= link_to 'Brighter Planet Visa credit and debit cards', 'http://brighterplanet.com/cards' %> powered by Carbon Middleware technology</li>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</ul>
|
|
31
31
|
</div>
|
|
32
32
|
<div id="status">
|
|
33
|
-
<p><%= link_to 'Details', '
|
|
33
|
+
<p><%= link_to 'Details', 'http://twitter.com/brighterplanet' %></p>
|
|
34
34
|
<h3>Service status</h3>
|
|
35
35
|
<dl>
|
|
36
36
|
<dt>Emission estimates</dt>
|
|
@@ -3,7 +3,8 @@ if defined? ::Rails and ::Rails::VERSION::MAJOR == 2
|
|
|
3
3
|
require ::BrighterPlanetLayout.helper_file
|
|
4
4
|
::Rails.configuration.to_prepare do
|
|
5
5
|
::ApplicationController.helper ::BrighterPlanetHelper
|
|
6
|
-
|
|
6
|
+
# sabshere 7/29/10 this makes it impossible to apply selectively
|
|
7
|
+
# ::ApplicationController.layout 'brighter_planet'
|
|
7
8
|
# sabshere 7/29/10 the view path appears to be magically appended
|
|
8
9
|
# ::ApplicationController.append_view_path ::BrighterPlanetLayout.view_path
|
|
9
10
|
end
|