10 lines
172 B
Text
10 lines
172 B
Text
<h1>Editing wheel</h1>
|
|
|
|
<%= render "form", wheel: @wheel %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this wheel", @wheel %> |
|
|
<%= link_to "Back to wheels", wheels_path %>
|
|
</div>
|