ChaelCodes/HuntersKeepers

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

Summary

Maintainability
Test Coverage
<h1><%= t('.title') %></h1>

<%= render 'form', playbook: @playbook %>

<%= link_to t('.show'), @playbook %> |
<%= link_to t('.index'), playbooks_path %>