From e1dd8ea68aa5c79e421801cc59d79a38c94f87e0 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Fri, 23 Sep 2011 18:07:41 -0700 Subject: [PATCH] Don't include the subreddit path in the inbox links. --- r2/r2/templates/redditheader.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2/r2/templates/redditheader.html b/r2/r2/templates/redditheader.html index e202c7667..4880af9e3 100644 --- a/r2/r2/templates/redditheader.html +++ b/r2/r2/templates/redditheader.html @@ -86,7 +86,7 @@ mail_path = "/message/inbox/" %> ${plain_link(_("messages"), path=mail_path, - title = mail_img_title, + title = mail_img_title, _sr_path = False, _id = "mail", _class=mail_img_class)} ${separator("|")} %if c.show_mod_mail: @@ -101,7 +101,7 @@ mail_path = "/message/moderator/" %> ${plain_link(_("mod messages"), path=mail_path, - title = mail_img_title, + title = mail_img_title, _sr_path = False, _id = "modmail", _class=mail_img_class)} ${separator("|")} %endif