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

Delta Between Two Patch Sets: 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
Left Patch Set: Created Oct. 9, 2017, 11:49 a.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | includes/jobs/header.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 {% if opening %} 1 {% if opening %}
2 {% set tracker = opening[2] %}
2 <a class="button" href=" 3 <a class="button" href="
3 {%- if opening[2] == GREENHOUSE -%} 4 {%- if tracker == GREENHOUSE -%}
4 https://boards.greenhouse.io/eyeo/jobs/{{ opening[3] }} 5 https://boards.greenhouse.io/eyeo/jobs/{{ opening[3] }}
5 {%- elif opening[2] == TALENTTRACKER -%} 6 {%- elif tracker == TALENTTRACKER -%}
6 https://app.talentstracker.com/job_applications/new?position_id={{ opening[3] }} 7 https://app.talentstracker.com/job_applications/new?position_id={{ opening[3] }}
7 {%- else -%} 8 {%- else -%}
8 mailto:jobs@eyeo.com 9 mailto:jobs@eyeo.com
9 {%- endif -%} 10 {%- endif -%}
10 ">apply now</a> 11 ">apply now</a>
11 {{ "jobs"|linkify(class='button why-work-here-button') }}why work here ?</a> 12 {{ "jobs"|linkify(class='button why-work-here-button') }}why work here ?</a>
12 {% endif %} 13 {% endif %}
13 </div> 14 </div>
14 </div> 15 </div>
15 </div> 16 </div>
16 </div> 17 </div>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld