##// END OF EJS Templates
Added arrows to 'prev page' and 'next page' links
neko259 -
r1682:5dc25766 default
parent child Browse files
Show More
@@ -113,7 +113,7 b''
113 113 {% if threads %}
114 114 {% if prev_page_link %}
115 115 <div class="page_link">
116 <a href="{{ prev_page_link }}">{% trans "Previous page" %}</a>
116 <a href="{{ prev_page_link }}">&lt;&lt; {% trans "Previous page" %} &lt;&lt;</a>
117 117 </div>
118 118 {% endif %}
119 119
@@ -145,7 +145,7 b''
145 145
146 146 {% if next_page_link %}
147 147 <div class="page_link">
148 <a href="{{ next_page_link }}">{% trans "Next page" %}</a>
148 <a href="{{ next_page_link }}">&gt;&gt; {% trans "Next page" %} &gt;&gt;</a>
149 149 </div>
150 150 {% endif %}
151 151 {% else %}
@@ -27,7 +27,7 b''
27 27 {% if posts %}
28 28 {% if prev_page_link %}
29 29 <div class="page_link">
30 <a href="{{ prev_page_link }}">{% trans "Previous page" %}</a>
30 <a href="{{ prev_page_link }}">&lt;&lt; {% trans "Previous page" %} &lt;&lt;</a>
31 31 </div>
32 32 {% endif %}
33 33
@@ -37,7 +37,7 b''
37 37
38 38 {% if next_page_link %}
39 39 <div class="page_link">
40 <a href="{{ next_page_link }}">{% trans "Next page" %}</a>
40 <a href="{{ next_page_link }}">&gt;&gt; {% trans "Next page" %} &gt;&gt;</a>
41 41 </div>
42 42 {% endif %}
43 43 {% else %}
General Comments 0
You need to be logged in to leave comments. Login now