From db41c035bfdd0e97662b80d02fbae4a99ed547c2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 3 Jun 2021 20:41:03 -0400 Subject: Adjust game boxes --- app/views/layouts/application.html.erb | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'app/views') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f8381ce..485aa21 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -20,17 +20,27 @@ <% if user_signed_in? %> <%= render "navbar" %> <% end %> -
- <%= render "flash_messages" %> - <%= yield %> +
+
+ Results go here. +
+
+ <%= render "flash_messages" %> + <%= yield %> +
<% if user_signed_in? %> -