left4me/rails/app/views/wheels/show.html.erb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

10 lines
253 B
Text

<p style="color: green"><%= notice %></p>
<%= render @wheel %>
<div>
<%= link_to "Edit this wheel", edit_wheel_path(@wheel) %> |
<%= link_to "Back to wheels", wheels_path %>
<%= button_to "Destroy this wheel", @wheel, method: :delete %>
</div>