forked from MarseyWorld/MarseyWorld
cosmetic fix
parent
8b1f76f727
commit
17ebb4363a
|
@ -117,18 +117,14 @@
|
|||
{% endif %}
|
||||
|
||||
{% if not notifications %}
|
||||
<div class="text-center py-7 py-md-8">
|
||||
|
||||
<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 text-gray-600 fa-envelope fa-stack-1x text-lg"></i>
|
||||
</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>
|
||||
<div class="text-center py-7 py-md-8">
|
||||
<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 text-gray-600 fa-envelope fa-stack-1x text-lg"></i>
|
||||
</span>
|
||||
|
||||
<h5>No notifications</h5>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue