summaryrefslogtreecommitdiff
path: root/app/views/teams/edit.html.erb
blob: 49858ad8935770aed620b61bbeafd95db19eec5c (plain)
1
2
3
4
5
6
<h1>Editing team</h1>

<%= render 'form' %>

<%= link_to 'Show', @team %> |
<%= link_to 'Back', teams_path %>