boolean fix
This commit is contained in:
parent
c283d44461
commit
0d8ed8dcaa
|
@ -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" %>
|
||||
|
|
Loading…
Reference in New Issue