boolean fix
This commit is contained in:
parent
c283d44461
commit
0d8ed8dcaa
|
@ -1,5 +1,5 @@
|
||||||
<% data = action_data("check_session") %>
|
<% data = action_data("check_session") %>
|
||||||
<% if data["session"] == "true" %>
|
<% if data["session"] == true %>
|
||||||
<% if data["type"] == "jobs" %>
|
<% if data["type"] == "jobs" %>
|
||||||
<%= render_view %>
|
<%= render_view %>
|
||||||
<% elsif data["type"] == "internships" %>
|
<% elsif data["type"] == "internships" %>
|
||||||
|
|
Loading…
Reference in New Issue