commit fb79365a23e22cd5050a910d0e12453975fcde51 Author: Roger Dingledine arma@torproject.org Date: Mon May 18 17:21:00 2015 -0400
mention the open position in the sidenav --- about/en/sidenav.wmi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/about/en/sidenav.wmi b/about/en/sidenav.wmi index 5816b57..a5a1d24 100644 --- a/about/en/sidenav.wmi +++ b/about/en/sidenav.wmi @@ -43,10 +43,10 @@
{'url' => 'about/jobs', 'txt' => 'Jobs', -# 'subelements' => [ -# {'url' => 'about/jobs-projectmanager', -# 'txt' => 'Project manager', -# }] + 'subelements' => [ + {'url' => 'about/jobs-execadmin', + 'txt' => 'Exec administrator', + }] },
{'url' => 'about/sponsors',
tor-commits@lists.torproject.org