From c5b9fe77a8a0e1c2e6a051b700c5a5d4b98ff6fb Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 15 Jan 2022 14:08:29 -0500 Subject: add randomizer --- app/views/pages/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/pages/index.html.erb (limited to 'app/views/pages/index.html.erb') diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb new file mode 100644 index 0000000..809ea04 --- /dev/null +++ b/app/views/pages/index.html.erb @@ -0,0 +1,2 @@ +

Knockout

+

To start the tournament, add players and make sure that the pins are up to date. Then hit randomize to automatically pick teams!

-- cgit 1.4.1