Il selettore lingua funziona sul web e sulle app native; su Android la preferenza è persistita e applicata al riavvio. Incluse anche eliminazione replay a scope e campi pagina pubblica squadra. Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
828 B
ERB
21 lines
828 B
ERB
<footer class="site-footer">
|
|
<div class="wrap">
|
|
<div>
|
|
<strong style="color:#fff">Match Live TV</strong> — <%= t("footer.tagline") %>
|
|
</div>
|
|
<div>
|
|
<%= link_to t("common.pricing"), public_prezzi_path %> ·
|
|
<%= link_to t("footer.live"), public_live_index_path %> ·
|
|
<%= link_to t("common.faq"), public_faq_path %> ·
|
|
<%= link_to t("common.privacy"), public_privacy_path %> ·
|
|
<%= link_to t("common.cookies"), public_cookies_path %> ·
|
|
<%= link_to t("common.terms"), public_termini_path %>
|
|
· <button type="button" class="footer-link-btn" data-cookie-manage><%= t("footer.manage_cookies") %></button>
|
|
</div>
|
|
<div class="site-footer__legal">
|
|
<p><%= t("footer.copyright") %></p>
|
|
<p><%= t("footer.responsibility") %></p>
|
|
</div>
|
|
</div>
|
|
</footer>
|