Aggiunge fatturazione club, pagina regia condivisibile senza account, roster squadre e rimuove la modalità controller dall'app (v1.1.0). Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
<%= form_with model: @match, url: form_url, method: form_method do %>
|
|
<%= render "schedule_fields", match: @match %>
|
|
<%= submit_tag submit_label, class: "btn btn-primary", style: "margin-top:20px" %>
|
|
<% end %>
|