From 4cc1a2f9dc215f91e969269002496b611d933e32 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 21 Aug 2021 23:43:16 -0400 Subject: add players controller and start homepage --- app/views/layouts/application.html.erb | 12 +++++++++++- app/views/pages/index.html.erb | 3 +++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 app/views/pages/index.html.erb (limited to 'app/views') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 4b286d2..47f7f24 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -10,6 +10,16 @@ - <%= yield %> +
+ +
+ + <%= yield %> +
diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb new file mode 100644 index 0000000..bccab8f --- /dev/null +++ b/app/views/pages/index.html.erb @@ -0,0 +1,3 @@ +

nomi pinball

+<%= image_tag "coinslotlogo.png" %> + -- cgit 1.4.1