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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pages/jobs/mobile-product-manager.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/jobs/header.tmpl
===================================================================
--- a/includes/jobs/header.tmpl
+++ b/includes/jobs/header.tmpl
@@ -1,15 +1,14 @@
{#
For each job opening you have to list the title and the name of the file under
pages/jobs that contains the job description.
#}
{% set openings = [
("Frontend Developer", "frontend-developer", 33),
- ("Mobile Product Manager", "mobile-product-manager", 173),
("iOS Developer", "ios-developer", 151),
("Technical Support Specialist", "technical-support-specialist", 171),
("Filter List Supporter", "filter-list-supporter", 127),
("Whitelist Maintainer", "whitelist-maintainer", 108),
("Speculative Application", "speculative-application", 51),
] %}
{% set opening = openings|find(page.split("/")[-1], attribute=1) %}
« 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