Apply reseph's patch to make the subredditinfobar have a link to the

subreddit's front page
This commit is contained in:
ketralnis
2010-10-18 14:49:21 -07:00
parent e9b57a5721
commit 7c8ea0b1fc

View File

@@ -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 @@
</%def>
<div class="titlebox">
<h1>${thing.sr.name}</h1>
<h1>${plain_link(thing.sr.name, thing.sr.path, _sr_path=False)}</h1>
${addremove_button(thing.sr)}
${unsafe(Score.readers(thing.subscribers))}