From 00720937ea92111d9b2ab49ffa4c4a9af5829eb9 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Sun, 1 Jul 2018 16:31:03 +0800 Subject: [PATCH] some fix --- app/views/recruitments/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/recruitments/index.html.erb b/app/views/recruitments/index.html.erb index de5369b..ce3a823 100644 --- a/app/views/recruitments/index.html.erb +++ b/app/views/recruitments/index.html.erb @@ -1,5 +1,5 @@ <% thissession = action_data("check_session") %> -<% if thissession["session"] == "true" %> +<% if thissession["session"] == "true" || thissession["session"] == true %> <%= render_view %>