brighter_planet_layout 0.1.4 → 0.1.7
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/brighter_planet.html.erb +1 -1
- data/brighter_planet_layout.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.7
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="brighterplanet-com">
|
3
|
-
<title
|
3
|
+
<title><%= title = @title ? "#{@title} [#{Rails.application.name}]" : Rails.application.name %></title>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5
5
|
<meta http-equiv="Content-Language" content="en" />
|
6
6
|
<%= stylesheet_link_tag 'brighter_planet', 'application' %>
|