From f648d7d39cffdcb973df661ccf35a89c805c3e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 11 Apr 2018 00:41:18 -0400 Subject: [PATCH] Remove link for the kindle version of guides on edge See https://github.com/rails/rails-docs-server/pull/8 for reason. [ci skip] --- guides/source/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/source/index.html.erb b/guides/source/index.html.erb index 2fdf18a2e9..76f01fea0a 100644 --- a/guides/source/index.html.erb +++ b/guides/source/index.html.erb @@ -10,7 +10,9 @@ Ruby on Rails Guides
-
Rails Guides are also available for <%= link_to 'Kindle', @mobi %>.
+ <% unless @edge -%> +
Rails Guides are also available for <%= link_to 'Kindle', @mobi %>.
+ <% end -%>
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.