Sha256: bdf490368c33c505d414f37f871cd53d19631be24cce95b59d975976aef6b0d8
Contents?: true
Size: 1.6 KB
Versions: 6
Compression:
Stored size: 1.6 KB
Contents
<% navigation = GovukPublishingComponents::Presenters::ContextualNavigation.new(content_item, request) %> <% shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new(local_assigns) %> <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: t("components.contextual_sidebar.pretitle"), links: navigation.step_nav_helper.also_part_of_step_nav, always_display_as_list: true } %> <% end %> <% if navigation.show_brexit_cta? %> <%= render 'govuk_publishing_components/components/contextual_sidebar/brexit_cta', content_item: content_item %> <% end %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems