forked from MarseyWorld/MarseyWorld
cosmetic fix
parent
8b1f76f727
commit
17ebb4363a
|
@ -117,18 +117,14 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if not notifications %}
|
{% if not notifications %}
|
||||||
<div class="text-center py-7 py-md-8">
|
<div class="text-center py-7 py-md-8">
|
||||||
|
<span class="fa-stack fa-2x text-muted mb-4">
|
||||||
<span class="fa-stack fa-2x text-muted mb-4">
|
<i class="fas fa-square text-gray-400 fa-stack-2x"></i>
|
||||||
<i class="fas fa-square text-gray-400 fa-stack-2x"></i>
|
<i class="fas text-gray-600 fa-envelope fa-stack-1x text-lg"></i>
|
||||||
<i class="fas text-gray-600 fa-envelope fa-stack-1x text-lg"></i>
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
<h5>No unread messages</h5>
|
|
||||||
<div class="text-small text-muted mb-3">When someone comments or replies, it will show up here.</div>
|
|
||||||
<a href="/notifications" class="btn btn-primary ">View entire inbox</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<h5>No notifications</h5>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue