diff --git a/r2/r2/templates/subredditinfobar.html b/r2/r2/templates/subredditinfobar.html index 669f10e52..ff7884ff5 100644 --- a/r2/r2/templates/subredditinfobar.html +++ b/r2/r2/templates/subredditinfobar.html @@ -27,6 +27,7 @@ from r2.lib.pages import WrappedUser %> +<%namespace file="utils.html" import="plain_link"/> <%namespace file="subreddit.html" import="addremove_button" /> <%namespace file="printablebuttons.html" import="ynbutton, state_button" /> @@ -37,7 +38,7 @@
-

${thing.sr.name}

+

${plain_link(thing.sr.name, thing.sr.path, _sr_path=False)}

${addremove_button(thing.sr)} ${unsafe(Score.readers(thing.subscribers))}