From a64dfee54a30405e0440fffb88526e8d7b588970 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Tue, 30 Apr 2013 16:30:30 -0700 Subject: [PATCH] Add privacy policy updated notice to footer. --- r2/r2/public/static/css/reddit.less | 3 +++ r2/r2/templates/redditfooter.html | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index 8d00f942d..57cbdcd2d 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -2647,6 +2647,9 @@ 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; diff --git a/r2/r2/templates/redditfooter.html b/r2/r2/templates/redditfooter.html index 99fce7e78..c544dd989 100644 --- a/r2/r2/templates/redditfooter.html +++ b/r2/r2/templates/redditfooter.html @@ -49,8 +49,9 @@ "%(user_agreement)s and %(privacy_policy)s"), nocname=True, user_agreement = dict(link_text=_("User Agreement {Genitive}"), path="http://reddit.com/wiki/useragreement"), - privacy_policy = dict(link_text=_("Privacy Policy {Genitive}"), - path="http://reddit.com/wiki/privacypolicy"))}. + privacy_policy = dict(link_text=_("Privacy Policy (updated)"), + path="http://reddit.com/wiki/privacypolicy", + _class="updated"))}. © ${_("%(year)d reddit inc. All rights reserved.") % \ dict(year=datetime.datetime.now().timetuple()[0])}