mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-27 19:37:03 +02:00
Add id to bar with coronavirus views
To make it easier for people to hide using local CSS, uBlock element filtering, etc.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% if not view %}
|
||||
<div class="toast toast-minor">Specialized views: <a href="/?view=coronavirus-filtered">No coronavirus topics</a> / <a href="/?view=coronavirus-only">Only coronavirus topics</a></div>
|
||||
<div class="toast toast-minor" id="coronavirus-views">Specialized views: <a href="/?view=coronavirus-filtered">No coronavirus topics</a> / <a href="/?view=coronavirus-only">Only coronavirus topics</a></div>
|
||||
{% endif %}
|
||||
|
||||
{% if request.user %}
|
||||
|
||||
Reference in New Issue
Block a user