Remove link for the kindle version of guides on edge

See https://github.com/rails/rails-docs-server/pull/8 for reason.

[ci skip]
This commit is contained in:
Rafael Mendonça França 2018-04-11 00:41:18 -04:00
parent 5bca1f2167
commit f648d7d39c
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ Ruby on Rails Guides
<div id="subCol">
<dl>
<dt></dt>
<dd class="kindle">Rails Guides are also available for <%= link_to 'Kindle', @mobi %>.</dd>
<% unless @edge -%>
<dd class="kindle">Rails Guides are also available for <%= link_to 'Kindle', @mobi %>.</dd>
<% end -%>
<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>