brighter_planet_layout 0.2.12 → 0.2.13
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/layouts/_header.html.erb +3 -2
- data/brighter_planet_layout.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.13
|
@@ -2,9 +2,10 @@
|
|
2
2
|
<h1><span>Brighter Planet</span></h1>
|
3
3
|
<ul>
|
4
4
|
<li><%= link_to 'Home', 'http://brighterplanet.com' %></li>
|
5
|
+
<li><%= link_to 'Products', 'http://brighterplanet.com/products' %></li>
|
5
6
|
<li><%= link_to 'About us', 'http://brighterplanet.com/about' %></li>
|
6
|
-
<li><%= link_to 'Blog', 'http://
|
7
|
-
<li><%= link_to 'Dev hub', 'http://brighterplanet.com' %></li>
|
7
|
+
<li><%= link_to 'Blog', 'http://numbers.brighterplanet.com/' %></li>
|
8
|
+
<li><%= link_to 'Dev hub', 'http://brighterplanet.github.com' %></li>
|
8
9
|
</ul>
|
9
10
|
</div>
|
10
11
|
|