Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/jobs/footer.tmpl

Issue 29570571: Issue 5846 - Add support for greenhouse for jobs on eyeo.com (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Removed test Created Oct. 10, 2017, 11:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | includes/jobs/header.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « no previous file | includes/jobs/header.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld