From 6d87cd028b32570973450424db164e5405a0ee13 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 17 Mar 2012 08:32:49 -0700 Subject: moves the guides up to the root directory --- railties/guides/source/index.html.erb | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 railties/guides/source/index.html.erb (limited to 'railties/guides/source/index.html.erb') diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb deleted file mode 100644 index 5439459b42..0000000000 --- a/railties/guides/source/index.html.erb +++ /dev/null @@ -1,30 +0,0 @@ -<% content_for :page_title do %> -Ruby on Rails Guides -<% end %> - -<% content_for :header_section do %> -<%= render 'welcome' %> -<% end %> - -<% content_for :index_section do %> -
-
-
Rails Guides are also available for the <%= link_to 'Kindle', 'https://kindle.amazon.com' %> -and <%= link_to 'Free Kindle Reading Apps', 'http://www.amazon.com/gp/kindle/kcp' %> for the iPad, -iPhone, Mac, Android, etc. Download them from <%= link_to 'here', @mobi %>. -
-
Guides marked with this icon are currently being worked on. While they might still be useful to you, they may contain incomplete information and even errors. You can help by reviewing them and posting your comments and corrections to the author.
-
-
-<% end %> - -<% documents_by_section.each do |section| %> -

<%= section['name'] %>

-
- <% section['documents'].each do |document| %> - <%= guide(document['name'], document['url'], :work_in_progress => document['work_in_progress']) do %> -

<%= document['description'] %>

- <% end %> - <% end %> -
-<% end %> -- cgit v1.2.3