mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
On /reddits, prefix subreddit titles with /r/srname.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user