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