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

9 lines
184 B
Plaintext
Raw Normal View History

2024-05-28 19:16:43 +00:00
<%# locals: (table:) -%>
<div id="<%= dom_id(table) %>" class="table">
<h4><%= link_to table.name, table %></h4>
2024-05-30 16:08:51 +00:00
<% if table.owner == Current.user %>
OWNER
<% end %>
2024-05-28 19:16:43 +00:00
</div>