HeavyTechRuby/history

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

Summary

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

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

<br>

<div>
  <%= link_to t('.back'), locations_path %>
</div>