12 lines
169 B
Text
12 lines
169 B
Text
<div id="<%= dom_id wheel %>">
|
|
<p>
|
|
<strong>Name:</strong>
|
|
<%= wheel.name %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Setup:</strong>
|
|
<%= wheel.setup_id %>
|
|
</p>
|
|
|
|
</div>
|