aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/en/index.html.erb
diff options
context:
space:
mode:
authorRodrigo Martins <rodrigo@rrmartins.com>2012-10-17 03:30:45 -0300
committerRodrigo Martins <rodrigo@rrmartins.com>2012-10-17 03:30:45 -0300
commit09682e9e7328b1c1466ae87af08f1785a0b5d7e3 (patch)
tree68b9eefb2bacebb59b9d2054a356c7eacda510bf /guides/source/en/index.html.erb
parentd761eab42b5f0dc4a819c271f16579f84724c3ae (diff)
downloadrails-09682e9e7328b1c1466ae87af08f1785a0b5d7e3.tar.gz
rails-09682e9e7328b1c1466ae87af08f1785a0b5d7e3.tar.bz2
rails-09682e9e7328b1c1466ae87af08f1785a0b5d7e3.zip
Change with start of translation in internationalization, this time with pt_br.
Diffstat (limited to 'guides/source/en/index.html.erb')
-rw-r--r--guides/source/en/index.html.erb30
1 files changed, 30 insertions, 0 deletions
diff --git a/guides/source/en/index.html.erb b/guides/source/en/index.html.erb
new file mode 100644
index 0000000000..74805b2754
--- /dev/null
+++ b/guides/source/en/index.html.erb
@@ -0,0 +1,30 @@
+<% content_for :page_title do %>
+Ruby on Rails Guides
+<% end %>
+
+<% content_for :header_section do %>
+<%= render 'welcome' %>
+<% end %>
+
+<% content_for :index_section do %>
+<div id="subCol">
+ <dl>
+ <dd class="kindle">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 %>.
+ </dd>
+ <dd class="work-in-progress">Guides marked with this icon are currently being worked on and will not be available in the Guides Index menu. While still useful, they may contain incomplete information and even errors. You can help by reviewing them and posting your comments and corrections.</dd>
+ </dl>
+</div>
+<% end %>
+
+<% documents_by_section.each do |section| %>
+ <h3><%= section['name'] %></h3>
+ <dl>
+ <% section['documents'].each do |document| %>
+ <%= guide(document['name'], document['url'], :work_in_progress => document['work_in_progress']) do %>
+ <p><%= document['description'] %></p>
+ <% end %>
+ <% end %>
+ </dl>
+<% end %>