5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
|
<div class="stat" id="<%= dom_id(stat) %>">
|
||
|
<h6><%= stat.name %></h6>
|
||
|
<input type="number" value="<%= stat.value %>" step="1">
|
||
|
</div>
|