Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
happyhour7@163.com
2015-05-08 14:43:09 +0800
Commit
4bb4faebf853c09df379bfc64176f4224afc01f8
1 parent
a5cf7775
修复BUG5063
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
partials/channel/pager.html
partials/default/channel_banner.html
partials/channel/pager.html
View file @
4bb4fae
{{#if pager}}
<div
class=
"pager-content"
>
<div
class=
"channel-index-pager pager-channel-{{channel}}"
>
{{# pager}}
<a
class=
"pager-item {{# isChoosen}} pager-item-choosen{{/ isChoosen}}"
href=
"{{link}}"
>
{{text}}
</a>
{{/ pager}}
</div>
</div>
\ No newline at end of file
</div>
{{/if}}
\ No newline at end of file
...
...
partials/default/channel_banner.html
View file @
4bb4fae
...
...
@@ -21,5 +21,4 @@
</div>
</div>
{{/ banner}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment