mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Add jobs link to footer
This commit is contained in:
committed by
Neil Williams
parent
1a117fffbd
commit
667a863faf
@@ -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'),
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user