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: Created Oct. 9, 2017, 11:49 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') | includes/jobs/header.tmpl » ('J')
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 <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>
OLDNEW
« no previous file with comments | « no previous file | includes/jobs/header.tmpl » ('j') | includes/jobs/header.tmpl » ('J')

Powered by Google App Engine
This is Rietveld