mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 14:58:27 -05:00
Fix linkflair- prefix on link flair samples.
This commit is contained in:
committed by
Neil Williams
parent
876e851441
commit
99162d012b
@@ -21,7 +21,7 @@
|
||||
################################################################################
|
||||
|
||||
<%def name="flair()">
|
||||
<span class="flair ${thing.flair_css_class}">
|
||||
<span class="linkflair ${' '.join('linkflair-%s' % c for c in thing.flair_css_class.split())}">
|
||||
${thing.flair_text}
|
||||
</span>
|
||||
</%def>
|
||||
|
||||
Reference in New Issue
Block a user