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

7 lines
199 B
Plaintext

<% content_for :title, t(".create_template") %>
<h1><%= t(".create_template") %></h1>
<%= render partial: "templates/form",
locals: { template: @template, button_text: t(".create_template") } %>