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

9 lines
158 B
Text

<h1>New wheel option</h1>
<%= render "form", wheel_option: @wheel_option %>
<br>
<div>
<%= link_to "Back to wheel options", wheel_options_path %>
</div>