rubyforgood/babywearing

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

Summary

Maintainability
Test Coverage
<h3><%= @location.name %></h3>

<%=  link_to "Edit this location", edit_location_path %><br><br>
<%=  link_to "Delete this location", @location, method: :delete, data: { confirm: "Really?" } %><br><br>
<%=  link_to "Back ", locations_path %>