mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Hiding infrequent stories for non-staff to prep for deployment.
This commit is contained in:
parent
2e98c30930
commit
16091889c4
1 changed files with 3 additions and 1 deletions
|
@ -79,6 +79,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% if user.is_staff %}
|
||||
<div class="NB-feeds-header-container NB-feeds-header-river-container NB-feeds-header-river-infrequent-container">
|
||||
<div class="NB-feeds-header NB-feeds-header-river-infrequent NB-empty">
|
||||
<div class="NB-feeds-header-count unread_count"></div>
|
||||
|
@ -88,7 +89,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
||||
<ul class="folder NB-feedlist" id="feed_list"></ul>
|
||||
|
||||
<div class="NB-feeds-header-container NB-feeds-header-read-container NB-hidden">
|
||||
|
|
Loading…
Add table
Reference in a new issue