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

9 lines
184 B
Plaintext

<%# locals: (table:) -%>
<div id="<%= dom_id(table) %>" class="table">
<h4><%= link_to table.name, table %></h4>
<% if table.owner == Current.user %>
OWNER
<% end %>
</div>