diff --git a/backend/app/views/layouts/marketing.html.erb b/backend/app/views/layouts/marketing.html.erb index be4cea3..845d110 100644 --- a/backend/app/views/layouts/marketing.html.erb +++ b/backend/app/views/layouts/marketing.html.erb @@ -9,7 +9,7 @@ <%= render "shared/meta_tags" %> <%= yield :head %> - + data-ga-id="<%= MatchLiveTv.google_analytics_measurement_id %>"<% end %>> <%= render "shared/cookie_banner" %> diff --git a/backend/app/views/layouts/marketing_live.html.erb b/backend/app/views/layouts/marketing_live.html.erb index 3ef6255..7b49751 100644 --- a/backend/app/views/layouts/marketing_live.html.erb +++ b/backend/app/views/layouts/marketing_live.html.erb @@ -7,7 +7,7 @@ <%= csrf_meta_tags %> <%= render "shared/meta_tags" %> - + <%= yield :head %> diff --git a/backend/app/views/public/contacts/show.html.erb b/backend/app/views/public/contacts/show.html.erb index 507baf4..529cdcf 100644 --- a/backend/app/views/public/contacts/show.html.erb +++ b/backend/app/views/public/contacts/show.html.erb @@ -63,6 +63,13 @@ +
+
+

<%= t("pages.contacts.social_title") %>

+ <%= render "shared/social_links", modifier: "panel" %> +
+
+

<%= t("pages.contacts.form_title") %>

diff --git a/backend/app/views/shared/_marketing_footer.html.erb b/backend/app/views/shared/_marketing_footer.html.erb index 476bc48..94f76d8 100644 --- a/backend/app/views/shared/_marketing_footer.html.erb +++ b/backend/app/views/shared/_marketing_footer.html.erb @@ -1,10 +1,9 @@