Skip to content

Commit

Permalink
Remove link for the kindle version of guides on edge
Browse files Browse the repository at this point in the history
See rails/rails-docs-server#8 for reason.

[ci skip]
  • Loading branch information
rafaelfranca committed Apr 11, 2018
1 parent 5bca1f2 commit f648d7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guides/source/index.html.erb
Expand Up @@ -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>
Expand Down

1 comment on commit f648d7d

@fxn
Copy link
Member

@fxn fxn commented on f648d7d Apr 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.