From 69cc645c70bdbd4e0a43f176a66197d6b07d1dd7 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 24 Dec 2011 17:26:18 -0800 Subject: (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria] --- railties/guides/source/kindle/layout.html.erb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 railties/guides/source/kindle/layout.html.erb (limited to 'railties/guides/source/kindle/layout.html.erb') diff --git a/railties/guides/source/kindle/layout.html.erb b/railties/guides/source/kindle/layout.html.erb new file mode 100644 index 0000000000..f0a286210b --- /dev/null +++ b/railties/guides/source/kindle/layout.html.erb @@ -0,0 +1,27 @@ + + + + + + +<%= yield(:page_title) || 'Ruby on Rails Guides' %> + + + + + + + <% if content_for? :header_section %> + <%= yield :header_section %> +
+ <% end %> + + <% if content_for? :index_section %> + <%= yield :index_section %> +
+ <% end %> + + <%= yield.html_safe %> + + -- cgit v1.2.3