10 lines
309 B
Text
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>
|