forked from mirrors/bookwyrm
Remove a div
This commit is contained in:
parent
394666357f
commit
128dc3be44
1 changed files with 8 additions and 10 deletions
|
@ -106,8 +106,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-item">
|
<div class="navbar-item">
|
||||||
<a href="/notifications">
|
<a href="/notifications" class="tags has-addons">
|
||||||
<div class="tags has-addons">
|
|
||||||
<span class="tag is-medium">
|
<span class="tag is-medium">
|
||||||
<span class="icon icon-bell" title="Notifications">
|
<span class="icon icon-bell" title="Notifications">
|
||||||
<span class="is-sr-only">Notifications</span>
|
<span class="is-sr-only">Notifications</span>
|
||||||
|
@ -116,7 +115,6 @@
|
||||||
<span class="{% if not request.user|notification_count %}hidden {% endif %}tag is-danger is-medium" data-poll="notifications">
|
<span class="{% if not request.user|notification_count %}hidden {% endif %}tag is-danger is-medium" data-poll="notifications">
|
||||||
{{ request.user | notification_count }}
|
{{ request.user | notification_count }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue