mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
replaced the last instance of star.png with shield.png
This commit is contained in:
committed by
Keith Mitchell
parent
f9067c07f5
commit
2088628965
@@ -71,7 +71,7 @@
|
||||
##this function is used by subscriptionbox.html
|
||||
<%def name="permission_icons(sr)">
|
||||
%if sr.moderator:
|
||||
<img class="sr-type-img" title="${_('moderator')}" alt="${_('moderator')}" src="/static/star.png" />
|
||||
<img class="sr-type-img" title="${_('moderator')}" alt="${_('moderator')}" src="/static/shield.png" />
|
||||
%endif
|
||||
|
||||
%if sr.type in ("restricted", "private") and not sr.moderator:
|
||||
|
||||
Reference in New Issue
Block a user