ChaelCodes/HuntersKeepers

View on GitHub
app/views/moves/new.html.erb

Summary

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

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

<%= link_to t('.back_link'), moves_path %>