mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Inbox count: remove feature flag
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
|
||||
%if c.have_messages:
|
||||
${plain_link(_("messages"), path="/message/unread/", title=_("new mail!"), _class="havemail", _sr_path=False, _id="mail")}
|
||||
%if c.user.inbox_count > 0 and feature.is_enabled('show_inbox_count'):
|
||||
%if c.user.inbox_count > 0:
|
||||
${plain_link(c.user.inbox_count, path="/message/unread/", _class="message-count", _sr_path=False)}
|
||||
%endif
|
||||
%else:
|
||||
|
||||
Reference in New Issue
Block a user