Fornisce assistenza multilingua senza CTA commerciali e riusa l’email di supporto configurabile. Co-authored-by: Cursor <cursoragent@cursor.com>
39 lines
1.1 KiB
ERB
39 lines
1.1 KiB
ERB
<% content_for :title, t("legal.support.title") %>
|
|
<% content_for :meta_description, t("legal.support.meta_description") %>
|
|
<% content_for :canonical_url, seo_absolute_url(public_support_path) %>
|
|
|
|
<div class="wrap legal-doc">
|
|
<h1><%= t("legal.support.h1") %></h1>
|
|
<p><%= t("legal.support.intro") %></p>
|
|
|
|
<p>
|
|
<%= t("legal.support.email_label") %>
|
|
<a href="mailto:<%= MatchLiveTv.support_email %>"><%= MatchLiveTv.support_email %></a>
|
|
</p>
|
|
|
|
<section>
|
|
<h2><%= t("legal.support.access_title") %></h2>
|
|
<p><%= t("legal.support.access_body") %></p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2><%= t("legal.support.live_title") %></h2>
|
|
<p><%= t("legal.support.live_body") %></p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2><%= t("legal.support.team_title") %></h2>
|
|
<p><%= t("legal.support.team_body") %></p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2><%= t("legal.support.privacy_title") %></h2>
|
|
<p>
|
|
<%= raw t(
|
|
"legal.support.privacy_body_html",
|
|
privacy_link: link_to(t("legal.support.privacy_link_text"), public_privacy_path)
|
|
) %>
|
|
</p>
|
|
</section>
|
|
</div>
|