Sha256: 25753354301db7d082892b7a0f53d6c6e791069361ed76166de65f3ebd301cfa
Contents?: true
Size: 1003 Bytes
Versions: 13
Compression:
Stored size: 1003 Bytes
Contents
<% shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new(local_assigns) %> <% title = t("components.related_navigation.transition.title") link_text = t("components.related_navigation.transition.link_text") link_path = t("components.related_navigation.transition.link_path") lang = shared_helper.t_locale("components.related_navigation.transition.title") %> <% data_attributes = { "module": "gem-track-click", "track-category": "relatedLinkClicked", "track-action": "1.0 Transition", "track-label": link_path, "track-dimension": link_text, "track-dimension-index": "29", } %> <%= tag.div class: "gem-c-contextual-sidebar__cta gem-c-contextual-sidebar__cta--brexit" do %> <%= tag.h2 title, class: "gem-c-contextual-sidebar__heading govuk-heading-s" %> <%= tag.p class: "gem-c-contextual-sidebar__text govuk-body" do %> <%= link_to link_text, link_path, class: "govuk-link", data: data_attributes, lang: lang %> <% end %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems