Sha256: cd3d5303a9bc506447a386c4203e98b6dcb5f43f2a4a8137e5f9a8ac4d3b9796
Contents?: true
Size: 1.12 KB
Versions: 159
Compression:
Stored size: 1.12 KB
Contents
<% 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. While they might still be useful to you, they may contain incomplete information and even errors. You can help by reviewing them and posting your comments and corrections to the author.</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 %>
Version data entries
159 entries across 120 versions & 19 rubygems