brighter_planet_layout 0.2.18 → 0.2.19
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 +1 -1
- data/app/views/layouts/_footer.html.erb +1 -1
- data/brighter_planet_layout.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.19
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<h1>Brighter Planet</h1>
|
|
18
18
|
<p class="slogan">Carbon is everywhere</p>
|
|
19
19
|
<p class="description">Enterprise-grade cloud technology for climate intelligence.</p>
|
|
20
|
-
<p class="description"><%= link_to 'About us', 'http://brighterplanet.com/about' %> · <%= link_to 'Our blog', 'http://
|
|
20
|
+
<p class="description"><%= link_to 'About us', 'http://brighterplanet.com/about' %> · <%= link_to 'Our blog', 'http://numbers.brighterplanet.com' %></p>
|
|
21
21
|
</div>
|
|
22
22
|
<div id="middleware">
|
|
23
23
|
<div class="main">
|