Display comment's link, author, subreddit on editreddit listings.

This commit is contained in:
bsimpson63
2012-05-01 09:19:44 -07:00
committed by Neil Williams
parent d0504d3848
commit 05f4028bce
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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>