|
<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) } %>
|