From a693905c627dd394883d0a6a987f7382e227ae7b Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 15 Sep 2020 09:25:08 -0400 Subject: [PATCH] Added instant page --- app/views/layouts/_instantpage.html.erb | 1 + app/views/layouts/application.html.erb | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/views/layouts/_instantpage.html.erb diff --git a/app/views/layouts/_instantpage.html.erb b/app/views/layouts/_instantpage.html.erb new file mode 100644 index 0000000..302ccdb --- /dev/null +++ b/app/views/layouts/_instantpage.html.erb @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a7cc6de..758d279 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -22,6 +22,7 @@ <%= csrf_meta_tags %> <%= render 'layouts/cdn' %> <%= render 'layouts/shim' %> + <%= render 'layouts/instantpage' %>