-
<% unless details.parent.nil? %>
<% unless details.parent.is_root? %>
- Up to <%= details.parent.content %> <% end %> <% end %> <% unless details.parentage.any? %> <% details.parentage.each do |parent| %> <% unless parent.is_root? %>
- <%= parent.content %> <% end %> <% end %> <% end %>
Child Navigation
<% if defined?(introduction) && introduction.present? %>
Introduction
<%= introduction%>
<% end %> <% if defined?(history) && history.present? %>History
<%= history%>
<% end %> <% if defined?(practical_information) && practical_information.present? %>Practical Information
<%= practical_information %>
<% end %> <% if defined?(transport) && transport.present? %>Transport
<%= transport %>
<% end %> <% if defined?(weather) && weather.present? %>Weather
<%= weather %>
<% end %> <% if defined?(work_live_study) && work_live_study.present? %>Work Live Study
<%= work_live_study %>
<% end %>