On /reddits, prefix subreddit titles with /r/srname.

This commit is contained in:
Neil Williams
2012-05-21 18:19:19 -07:00
parent dbdf637d9f
commit ccd6d1f8e0

View File

@@ -36,8 +36,7 @@
<%def name="entry()">
<% fullname = thing._fullname %>
<p class="titlerow">
${plain_link(thing.title, thing.path, _class="title")}
<span class="domain">(${thing.path})</span>
${plain_link('%s: %s' % (thing.path.rstrip('/'), thing.title), thing.path, _class="title")}
%if c.user_is_admin:
${self.admintagline()}
%endif