HeavyTechRuby/history

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

Summary

Maintainability
Test Coverage
<h1><%= t("edit_location") %></h1>

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

<br>

<div>
  <%= link_to "Show this location", @location %> |
  <%= link_to "Back to locations", locations_path %>
</div>