Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Apply reseph's patch to make the subredditinfobar have a link to the
Browse files Browse the repository at this point in the history
subreddit's front page
  • Loading branch information
ketralnis committed Oct 18, 2010
1 parent e9b57a5 commit 7c8ea0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r2/r2/templates/subredditinfobar.html
Expand Up @@ -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" />

Expand All @@ -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))}
Expand Down

0 comments on commit 7c8ea0b

Please sign in to comment.