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

7 lines
160 B
Plaintext
Raw Permalink Normal View History

2024-05-28 19:16:43 +00:00
<% content_for :title, t(".new_table") %>
<h2><%= t(".new_table") %></h2>
<%= render partial: "tables/form",
2024-05-29 07:28:13 +00:00
locals: { button_text: t(".create_table") } %>