<h1>New player</h1>

<%= render :partial => 'form', 
  :locals => {
    :path => players_path,
    :method => :post,
    :button_text => 'Create'
  } %>

<%= link_to 'Back', players_path %>