From 0d8ed8dcaa1850e4e870a005f0cf85c95cc29670 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Sat, 23 Jun 2018 22:37:01 +0800 Subject: [PATCH] boolean fix --- app/views/recruitments/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/recruitments/show.html.erb b/app/views/recruitments/show.html.erb index 20567c3..5ce4947 100644 --- a/app/views/recruitments/show.html.erb +++ b/app/views/recruitments/show.html.erb @@ -1,5 +1,5 @@ <% data = action_data("check_session") %> -<% if data["session"] == "true" %> +<% if data["session"] == true %> <% if data["type"] == "jobs" %> <%= render_view %> <% elsif data["type"] == "internships" %>