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

7 lines
268 B
Plaintext
Raw Normal View History

2024-05-26 10:42:48 +00:00
<h2><%= @game_system.name %></h2>
<%= link_to t("edit"), edit_admin_game_system_path(@game_system) %>
<%= link_to t("delete"), admin_game_system_path(@game_system),
data: { turbo_method: :delete, turbo_confirm: t(".confirm_delete", name: @game_system.name) } %>