mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 22:38:09 -05:00
Display comment's link, author, subreddit on editreddit listings.
This commit is contained in:
committed by
Neil Williams
parent
d0504d3848
commit
05f4028bce
@@ -610,6 +610,7 @@ class FrontController(RedditController):
|
||||
user = Account._by_name(name)
|
||||
except NotFound:
|
||||
c.errors.add(errors.USER_DOESNT_EXIST, field='name')
|
||||
c.profilepage = True
|
||||
if isinstance(c.site, ModContribSR):
|
||||
return self._edit_modcontrib_reddit(location, num, after, reverse,
|
||||
count, created)
|
||||
|
||||
@@ -65,7 +65,7 @@ ${parent.midcol(not thing.collapsed, cls = cls)}
|
||||
${_("in")}
|
||||
 
|
||||
${plain_link(thing.subreddit.name, thing.subreddit_path, sr_path = False,
|
||||
cname = False, _class = "subreddit hover")}
|
||||
cname = False, _class = "subreddit hover")}
|
||||
%endif
|
||||
</%def>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user