1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-22 17:45:23 +00:00

Make pagination buttons the same as each other on timeline

This commit is contained in:
Jason McBrayer 2019-05-21 14:17:07 -04:00
parent 426faa1c2e
commit 7c3b1106d1

View File

@ -40,7 +40,7 @@
{% if next %}
<p class="column is-one-quarter"></p>
<p class="column">
<a class="pagination-previous is-one-quarter"
<a class="pagination-previous is-fullwidth button"
href="{% url 'home_next' next.max_id %}"
{% if preferences.click_to_load %}
ic-get-from="{% url 'home_next' next.max_id %}"
@ -56,7 +56,7 @@
{% endif %}
{% if prev %}
<p class="column is-one-quarter">
<a class="pagination-next iss-fullwidth button"
<a class="pagination-next is-fullwidth button"
href="{% url 'home_prev' prev.min_id %}">
Newer
</a>