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

4 lines
126 B
Plaintext

<h2><%= t(".new") %></h2>
<%= render partial: "form", locals: { button_text: t(".create"), url: admin_game_systems_path } %>