BenMusch/nu-tab

View on GitHub
app/views/teams/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Editing Team</h1>
 
<%= render 'form', team: @team %>
 
<%= link_to 'Show', @team %> |
<%= link_to 'Back', teams_path %>