修改分页导航字符
This commit is contained in:
parent
887b74dbcf
commit
e94887687a
@ -21,8 +21,8 @@
|
|||||||
if (page.total > 1){ %>
|
if (page.total > 1){ %>
|
||||||
<nav id="page-nav">
|
<nav id="page-nav">
|
||||||
<%- paginator({
|
<%- paginator({
|
||||||
prev_text: '« '+__('prev'),
|
prev_text: '< '+__('prev'),
|
||||||
next_text: __('next')+' »'
|
next_text: __('next')+' >'
|
||||||
}) %>
|
}) %>
|
||||||
</nav>
|
</nav>
|
||||||
<% } %>
|
<% } %>
|
||||||
Loading…
x
Reference in New Issue
Block a user