about summary refs log tree commit diff stats
path: root/app/views/admin/games/new.html.haml
blob: 00dfb9276e873e7b5687e5a36914eee16b71bd0f (plain) (blame)
1
2
3
- title "New game"
= form_for @game, url: admin_games_url, html: { id: "entry-form" } do |f|
  = render partial: "form", locals: { f: f }