OLD | NEW |
1 {% if opening %} | 1 {% if opening %} |
2 <a href=" | 2 {% set tracker = opening[2] %} |
3 {%- if opening[2] -%} | 3 <a class="button" href=" |
4 https://app.talentstracker.com/job_applications/new?position_id={{
opening[2] }} | 4 {%- if tracker == GREENHOUSE -%} |
| 5 https://boards.greenhouse.io/eyeo/jobs/{{ opening[3] }} |
| 6 {%- elif tracker == TALENTTRACKER -%} |
| 7 https://app.talentstracker.com/job_applications/new?position_id={{
opening[3] }} |
5 {%- else -%} | 8 {%- else -%} |
6 mailto:jobs@eyeo.com | 9 mailto:jobs@eyeo.com |
7 {%- endif -%} | 10 {%- endif -%} |
8 "><button>apply now</button></a> | 11 ">apply now</a> |
9 {{ "jobs"|linkify }}<button class="why-work-here-button">why work here
?</button></a> | 12 {{ "jobs"|linkify(class='button why-work-here-button') }}why work here
?</a> |
10 {% endif %} | 13 {% endif %} |
11 </div> | 14 </div> |
12 </div> | 15 </div> |
13 </div> | 16 </div> |
14 </div> | 17 </div> |
OLD | NEW |