mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Don't include the subreddit path in the inbox links.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user