mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Fix long usernames breaking snoovatar link.
This commit is contained in:
committed by
MelissaCole
parent
6eb1dbcaf3
commit
f2ccc78086
@@ -96,7 +96,7 @@
|
||||
%if thing.viewing_self:
|
||||
${_("View/edit my snoovatar")}
|
||||
%else:
|
||||
${_("Check out %(username)s's snoovatar") % dict(username=thing.user.name)}
|
||||
${_("%(username)s's snoovatar") % dict(username=thing.user.name)}
|
||||
%endif
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user