aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layout.html.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-02 14:53:39 -0700
committerXavier Noria <fxn@hashref.com>2010-04-02 14:53:39 -0700
commit4e391a3d4976814b623ebd86ee8d7b5fd17e8af5 (patch)
tree55defc38eb29b6a47ea099778cb5990066dfc85a /railties/guides/source/layout.html.erb
parenteb33f0fe74f5a503963fae03be3f4b511dd53c59 (diff)
downloadrails-4e391a3d4976814b623ebd86ee8d7b5fd17e8af5.tar.gz
rails-4e391a3d4976814b623ebd86ee8d7b5fd17e8af5.tar.bz2
rails-4e391a3d4976814b623ebd86ee8d7b5fd17e8af5.zip
guides: badge insertion was a quick hack, rewrites that
Diffstat (limited to 'railties/guides/source/layout.html.erb')
-rw-r--r--railties/guides/source/layout.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index 95be1d2eab..9819db1f89 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -17,6 +17,11 @@
</head>
<body class="guide">
+ <% if @edge %>
+ <div>
+ <img src="images/edge_badge.png" alt="edge-badge" id="edge-badge" />
+ </div>
+ <% end %>
<div id="topNav">
<div class="wrapper">
<strong>More at <a href="http://rubyonrails.org/">rubyonrails.org:</a> </strong>