tabletop-companion/app/views/stats/_stat.html.erb

5 lines
138 B
Plaintext
Raw Normal View History

2024-06-07 15:53:32 +00:00
<div class="stat" id="<%= dom_id(stat) %>">
<h6><%= stat.name %></h6>
<input type="number" value="<%= stat.value %>" step="1">
</div>