##// 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 {% if threads %}
113 {% if threads %}
114 {% if prev_page_link %}
114 {% if prev_page_link %}
115 <div class="page_link">
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 </div>
117 </div>
118 {% endif %}
118 {% endif %}
119
119
@@ -145,7 +145,7 b''
145
145
146 {% if next_page_link %}
146 {% if next_page_link %}
147 <div class="page_link">
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 </div>
149 </div>
150 {% endif %}
150 {% endif %}
151 {% else %}
151 {% else %}
@@ -27,7 +27,7 b''
27 {% if posts %}
27 {% if posts %}
28 {% if prev_page_link %}
28 {% if prev_page_link %}
29 <div class="page_link">
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 </div>
31 </div>
32 {% endif %}
32 {% endif %}
33
33
@@ -37,7 +37,7 b''
37
37
38 {% if next_page_link %}
38 {% if next_page_link %}
39 <div class="page_link">
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 </div>
41 </div>
42 {% endif %}
42 {% endif %}
43 {% else %}
43 {% else %}
General Comments 0
You need to be logged in to leave comments. Login now