tabletop-companion/app/views/admin/game_systems/new.html.erb

4 lines
126 B
Plaintext
Raw Normal View History

2024-05-26 10:42:48 +00:00
<h2><%= t(".new") %></h2>
<%= render partial: "form", locals: { button_text: t(".create"), url: admin_game_systems_path } %>