Product Manual

<%= manual.product.name %>: <%= manual.product.tagline %>

<% manual.product.urls.each do |item| %> <%= item.keys.first %>: <%= item.values.first %>
<% end %>

<% if manual.recent_updates && manual.recent_updates.length > 0 %>

Recent Updates to This Manual

    <% manual.recent_updates.each do |update| %>
  • <%= update %>
  • <% end %>
<% end %>