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

10 lines
309 B
Text

<p style="color: green"><%= notice %></p>
<%= render @wheel_option %>
<div>
<%= link_to "Edit this wheel option", edit_wheel_option_path(@wheel_option) %> |
<%= link_to "Back to wheel options", wheel_options_path %>
<%= button_to "Destroy this wheel option", @wheel_option, method: :delete %>
</div>