Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
阿达
2016-06-17 17:15:35 +0800
Commit
382eaa3350a9458e56e07276b1c65ce2af54bdc3
1 parent
2547b78d
增加pager
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
apps/product/views/action/pager.hbs
apps/product/views/action/pager.hbs
0 → 100644
View file @
382eaa3
{{#
pager
}}
{{#
pre
}}
<a
href=
"
{{
href
}}
"
><span
class=
"iconfont"
>

上一页
</span></a>
{{/
pre
}}
{{#
pageNum
}}
<a
{{#if
href
}}
href=
"
{{
href
}}
"
{{/if}}
>
{{
name
}}
</a>
{{/
pageNum
}}
{{#
next
}}
<a
href=
"
{{
href
}}
"
><span
class=
"iconfont"
>
下一页

</span></a>
{{/
next
}}
{{/
pager
}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment