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

6 lines
74 B
Plaintext

<% content_for :title, @table.name %>
<ul>
<%= render @events %>
</ul>