Aggiunge i tornei con hub, pagina pubblica e tabellone per semifinali e finali.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-05 15:05:57 +02:00
co-authored by Cursor
parent d52434fb2e
commit a1f4c24a43
124 changed files with 6979 additions and 91 deletions
@@ -0,0 +1,26 @@
<% if @body_text.present? %>
<%= @body_text %>
<% else %>
<%= t("mailers.tournament_invite.hello") %>
<%= t(
"mailers.tournament_invite.body_text",
inviter: @invited_by.name,
tournament: @tournament.name,
club: @club.name,
assignment: @invitation.scope_label
) %>
<% if @invitation.note.present? %>
<%= @invitation.note %>
<% end %>
<%= t("mailers.tournament_invite.cta") %>:
<%= @invite_url %>
<%= t("mailers.tournament_invite.steps") %>
<%= t("mailers.tournament_invite.expiry", date: @expires_on) %>
<%= t("mailers.tournament_invite.ignore") %>
<% end %>
<%= t("mailers.tournament_invite.footer", email: MatchLiveTv.privacy_controller_email) %>