mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Apply reseph's patch to make the subredditinfobar have a link to the
subreddit's front page
This commit is contained in:
@@ -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))}
|
||||
|
||||
Reference in New Issue
Block a user