Sha256: dd2bd98901cc676d7e170660513f9be7cdbc788465350a1c5f8e62645af2c599
Contents?: true
Size: 1015 Bytes
Versions: 6
Compression:
Stored size: 1015 Bytes
Contents
<% shared_helper = GovukPublishingComponents::Presenters::SharedHelper.new(local_assigns) %> <% title = t("components.related_navigation.covid_booster.title") link_text = t("components.related_navigation.covid_booster.link_text") link_path = t("components.related_navigation.covid_booster.link_path") lang = shared_helper.t_locale("components.related_navigation.covid_booster.title") %> <% data_attributes = { "module": "gem-track-click", "track-category": "relatedLinkClicked", "track-action": "1.0 Coronavirus", "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--covid" 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
6 entries across 6 versions & 1 rubygems