docbrown/app/views/listings/show.html.erb
Alberto Pérez de Rada Fiol df759bd310
Fix erblint errors on the app/views/listings folder (#8374)
* Fix erblint errors on the `app/views/listings` folder

* Move `to_json()` methods to the controller
2020-06-10 16:38:21 +02:00

4 lines
124 B
Text

<p id="notice"><%= notice %></p>
<%= link_to "Edit", edit_listing_path(@listing) %> |
<%= link_to "Back", listings_path %>