mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 23:08:22 -05:00
Don't show flair button on promoted links.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
%if thing.show_unmarknsfw:
|
||||
<li>${ynbutton(_("un-nsfw"), _("unmarked"), "unmarknsfw")}</li>
|
||||
%endif
|
||||
%if c.site.link_flair_position and thing.show_flair:
|
||||
%if not getattr(thing, 'promoted', None) and c.site.link_flair_position and thing.show_flair:
|
||||
<li>
|
||||
<a class="flairselectbtn" href="javascript://void(0)">${_('flair')}</a>
|
||||
<div class="flairselector drop-choices"></div>
|
||||
|
||||
Reference in New Issue
Block a user