This website requires JavaScript.
Explore
Help
Sign In
tsv
/
tabletop-companion
Watch
1
Star
0
Fork
You've already forked tabletop-companion
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
032c18d05d
tabletop-companion
/
app
/
views
/
events
/
index.html.erb
6 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Show dice rolls on table
2024-06-13 12:24:54 +00:00
<% content_for :title, @table.name %>
Broadcast dice rolls to table
2024-06-13 16:04:25 +00:00
<ul id="events">
Show dice rolls on table
2024-06-13 12:24:54 +00:00
<%= render @events %>
</ul>