Aggiunge annunci in-app/sito, contatti e migliora UI copertina sul portale.
Include admin/API/banner nativi, form contatti e reset copertina standard con layout edit più ampio. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<%= t("mailers.contact.heading") %>
|
||||
|
||||
<%= t("mailers.contact.name") %> <%= @name %>
|
||||
<%= t("mailers.contact.email") %> <%= @email %>
|
||||
<%= t("mailers.contact.club") %> <%= @club_name.presence || t("mailers.contact.club_none") %>
|
||||
<%= t("mailers.contact.topic") %> <%= t("mailers.contact.topic_labels.#{@topic}") %>
|
||||
|
||||
<%= t("mailers.contact.message") %>
|
||||
<%= @message %>
|
||||
|
||||
<%= t("mailers.contact.footer") %>
|
||||
Reference in New Issue
Block a user