HeavyTechRuby/history

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

Summary

Maintainability
Test Coverage
<p style="color: green"><%= notice %></p>

<%= render @location %>

<div>
  <%= link_to t('.edit'), edit_location_path(@location) %> |
  <%= link_to t('.back'), root_path %>

  <%= button_to t('.destory'), @location, method: :delete %>
</div>