Sha256: 4bdd162983a42597de57e802fb0912f5cf3402d6b78bcfe2e2bc4f2b7943be54
Contents?: true
Size: 1.32 KB
Versions: 116
Compression:
Stored size: 1.32 KB
Contents
<% navigation = GovukPublishingComponents::Presenters::ContextualNavigation.new(content_item, request) %> <div class="gem-c-contextual-sidebar"> <% if navigation.content_tagged_to_a_reasonable_number_of_step_by_steps? %> <%# Rendering step by step related items because there are a few but not too many of them %> <%= render 'govuk_publishing_components/components/step_by_step_nav_related', links: navigation.step_nav_helper.related_links %> <% end %> <% if navigation.content_tagged_to_current_step_by_step? %> <%# Rendering step by step sidebar because there's 1 step by step list %> <%= render 'govuk_publishing_components/components/step_by_step_nav', navigation.step_nav_helper.sidebar %> <% else %> <%# Rendering related navigation sidebar because no step by step list %> <%= render 'govuk_publishing_components/components/related_navigation', content_item: content_item, context: :sidebar %> <% end %> <% if navigation.content_tagged_to_other_step_by_steps? %> <%# Rendering step by step related items because there are a few but not too many of them %> <%= render 'govuk_publishing_components/components/step_by_step_nav_related', { pretitle: "Also part of", links: navigation.step_nav_helper.also_part_of_step_nav, always_display_as_list: true } %> <% end %> </div>
Version data entries
116 entries across 116 versions & 1 rubygems