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

12 lines
195 B
Text

<div id="<%= dom_id wheel_option %>">
<p>
<strong>Wheel:</strong>
<%= wheel_option.wheel_id %>
</p>
<p>
<strong>Batch:</strong>
<%= wheel_option.batch_id %>
</p>
</div>