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

6 lines
153 B
Plaintext
Raw Permalink Normal View History

2024-06-05 17:46:27 +00:00
<% content_for :title, t(".new_character") %>
<h2><%= t(".new_character") %></h2>
<%= render partial: "form", locals: { button_text: t(".create") } %>