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

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

Issue 29456558: Issue 5252 - Deleting Mobile Product Manager role from https://eyeo.com/en/jobs/ (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: hg rm mobile product manager page Created June 8, 2017, 10:58 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 | pages/jobs/mobile-product-manager.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {# 1 {#
2 For each job opening you have to list the title and the name of the file under 2 For each job opening you have to list the title and the name of the file under
3 pages/jobs that contains the job description. 3 pages/jobs that contains the job description.
4 #} 4 #}
5 {% set openings = [ 5 {% set openings = [
6 ("Frontend Developer", "frontend-developer", 33), 6 ("Frontend Developer", "frontend-developer", 33),
7 ("Mobile Product Manager", "mobile-product-manager", 173),
8 ("iOS Developer", "ios-developer", 151), 7 ("iOS Developer", "ios-developer", 151),
9 ("Technical Support Specialist", "technical-support-specialist", 171), 8 ("Technical Support Specialist", "technical-support-specialist", 171),
10 ("Filter List Supporter", "filter-list-supporter", 127), 9 ("Filter List Supporter", "filter-list-supporter", 127),
11 ("Whitelist Maintainer", "whitelist-maintainer", 108), 10 ("Whitelist Maintainer", "whitelist-maintainer", 108),
12 ("Speculative Application", "speculative-application", 51), 11 ("Speculative Application", "speculative-application", 51),
13 ] %} 12 ] %}
14 13
15 {% set opening = openings|find(page.split("/")[-1], attribute=1) %} 14 {% set opening = openings|find(page.split("/")[-1], attribute=1) %}
16 {% set title = (opening or [title])[0] %} 15 {% set title = (opening or [title])[0] %}
17 {% set og_image = "https://eyeo.com/images/eyeo-meta-jobs.png" %} 16 {% set og_image = "https://eyeo.com/images/eyeo-meta-jobs.png" %}
(...skipping 29 matching lines...) Expand all
47 <img id="ihk-logo" src="/images/ihk.png" alt="IHK Ausbildungsbetrieb" wi dth="120" height="80"> 46 <img id="ihk-logo" src="/images/ihk.png" alt="IHK Ausbildungsbetrieb" wi dth="120" height="80">
48 <img id="fair-company-logo" src="/images/fair-company.jpg" alt="Fair Com pany" height="80"> 47 <img id="fair-company-logo" src="/images/fair-company.jpg" alt="Fair Com pany" height="80">
49 </p> 48 </p>
50 </div> 49 </div>
51 50
52 <div class="column"> 51 <div class="column">
53 <div id="panels-openings" class="ui-tabs-panel"> 52 <div id="panels-openings" class="ui-tabs-panel">
54 {% if opening %} 53 {% if opening %}
55 <h2>{{ title }}</h2> 54 <h2>{{ title }}</h2>
56 {% endif %} 55 {% endif %}
OLDNEW
« no previous file with comments | « no previous file | pages/jobs/mobile-product-manager.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld