tabletop-companion/app/views/events/index.html.erb

6 lines
86 B
Plaintext
Raw Permalink Normal View History

2024-06-13 12:24:54 +00:00
<% content_for :title, @table.name %>
2024-06-13 16:04:25 +00:00
<ul id="events">
2024-06-13 12:24:54 +00:00
<%= render @events %>
</ul>