Push notifications template change

This commit is contained in:
Jason McBrayer 2018-06-24 14:26:07 -04:00
parent 52e83814b6
commit 894d4ae5fe
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ mastodon.notifications()[0]
<hr class="is-hidden">
{% endif %}
{% endfor %}
{% block pagination %}
<nav class="pagination is-centered" role="navigation" aria-label="pagination">
{% if prev %}
<a class="pagination-next" href="{% url 'note_prev' prev.since_id %}">Newer</a>
@ -84,6 +84,6 @@ mastodon.notifications()[0]
<a class="pagination-previous" href="{% url 'note_next' next.max_id %}">Older</a>
{% endif %}
</nav>
{% endblock %}
{% endblock %}