tabletop-companion/app/views/tables/_table.html.erb

6 lines
123 B
Plaintext

<%# locals: (table:) -%>
<div id="<%= dom_id(table) %>" class="table">
<h4><%= link_to table.name, table %></h4>
</div>