Zenjob templates updates. Notes for a few companies.
This commit is contained in:
@ -19,9 +19,11 @@
|
||||
%}
|
||||
</div>
|
||||
{% if results.items.any? %}
|
||||
{% if results.course %}
|
||||
{% render "search_result" for results.items as result %}
|
||||
{% else %}
|
||||
{% include "search_zero_state" %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
|
||||
Reference in New Issue
Block a user