mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Remove update notice from footer privacy policy link.
This commit is contained in:
committed by
Ricky Ramirez
parent
26e4f2c6ff
commit
eb919c2933
@@ -2715,9 +2715,6 @@ body.rulespage-body {
|
||||
|
||||
.bottommenu { color: gray; font-size: smaller; clear: both}
|
||||
.bottommenu a { color: gray; text-decoration: underline; }
|
||||
.bottommenu .updated {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.debuginfo {
|
||||
text-align: right;
|
||||
|
||||
@@ -49,9 +49,8 @@
|
||||
"%(user_agreement)s and %(privacy_policy)s"), nocname=True,
|
||||
user_agreement = dict(link_text=_("User Agreement {Genitive}"),
|
||||
path="/help/useragreement"),
|
||||
privacy_policy = dict(link_text=_("Privacy Policy (updated)"),
|
||||
path="/help/privacypolicy",
|
||||
_class="updated"))}.
|
||||
privacy_policy = dict(link_text=_("Privacy Policy {Genitive}"),
|
||||
path="/help/privacypolicy"))}.
|
||||
© ${_("%(year)d reddit inc. All rights reserved.") % \
|
||||
dict(year=datetime.datetime.now().timetuple()[0])}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user