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

7 lines
160 B
Plaintext

<% content_for :title, t(".new_table") %>
<h2><%= t(".new_table") %></h2>
<%= render partial: "tables/form",
locals: { button_text: t(".create_table") } %>