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>
9 lines
381 B
Plaintext
9 lines
381 B
Plaintext
<% content_for :title, "Modifica — #{@member.full_name}" %>
|
|
<% content_for :robots, "noindex, nofollow" %>
|
|
|
|
<div class="wrap" style="padding-top:20px;max-width:520px">
|
|
<p class="muted"><%= link_to "← Dettagli squadra", public_team_details_path(@team) %></p>
|
|
<h1><%= @member.full_name %></h1>
|
|
<%= render "shared/roster_member_form", member: @member, team: @team %>
|
|
</div>
|