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