about summary refs log tree commit diff
path: root/app/views/players/edit.html.erb
blob: a6cea2bfa47fcc5aa050f0a95e9b635442abd4b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<h1>Editing player</h1>

<%= render "form", player: @player %>

<br>

<div>
  <%= link_to "Show this player", @player %> |
  <%= link_to "Back to players", players_path %>
</div>