diff options
author | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-11-16 12:13:29 +0200 |
---|---|---|
committer | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-11-16 12:13:29 +0200 |
commit | 17fd344d656de4114874b4f48a8ed49714eb6a5e (patch) | |
tree | 9449da553b34acb8e213714ea9a2d64e459f5591 | |
parent | 85482e126db1c905c36998676884540fcb118c8c (diff) | |
download | rails-17fd344d656de4114874b4f48a8ed49714eb6a5e.tar.gz rails-17fd344d656de4114874b4f48a8ed49714eb6a5e.tar.bz2 rails-17fd344d656de4114874b4f48a8ed49714eb6a5e.zip |
Add a consideration note
regarding linking to Kindle
-rw-r--r-- | guides/source/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/index.html.erb b/guides/source/index.html.erb index 74805b2754..78aa49b8bc 100644 --- a/guides/source/index.html.erb +++ b/guides/source/index.html.erb @@ -9,6 +9,7 @@ Ruby on Rails Guides <% content_for :index_section do %> <div id="subCol"> <dl> + <% # Does it make sense to link to Kindle? I'd say no, but if it does, shouldn't we also link to iPhone etc? %> <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 %>. |