Add jobs link to footer

This commit is contained in:
powerlanguage
2014-02-13 10:35:51 -08:00
committed by Neil Williams
parent 1a117fffbd
commit 667a863faf
3 changed files with 4 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ menu = MenuHandler(hot = _('hot'),
logout = _("logout"),
#reddit footer strings
contact = _("contact us"),
contact = _("contact us"),
buttons = _("buttons"),
widget = _("widget"),
code = _("source code"),
@@ -92,6 +92,7 @@ menu = MenuHandler(hot = _('hot'),
reddits = _('subreddits'),
team = _('team'),
rules = _('rules'),
jobs = _('jobs'),
#preferences
options = _('options'),

View File

@@ -703,6 +703,7 @@ class RedditFooter(CachedTemplate):
NamedButton("team", False, nocname=True, dest="/about/team"),
NamedButton("code", False, nocname=True),
NamedButton("ad_inq", False, nocname=True),
NamedButton("jobs", False, nocname=True, dest="/r/redditjobs"),
],
title = _("about"),
type = "flat_vert",

View File

@@ -2326,7 +2326,7 @@ textarea.gray { color: gray; }
margin: 10px 0;
padding: 0 15px;
border-left: 1px solid #E0E0E0;
height: 8.5em;
height: 9.5em;
}
.footer .col:first-child {border: none;}