10 lines
221 B
Text
10 lines
221 B
Text
<h1>Editing wheel option</h1>
|
|
|
|
<%= render "form", wheel_option: @wheel_option %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this wheel option", @wheel_option %> |
|
|
<%= link_to "Back to wheel options", wheel_options_path %>
|
|
</div>
|