Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-06-30 11:25:11 +0800
Commit
35aa35ce65159f8184005e672b09403607937af5
1 parent
03d875ed
switch radio & checkbox file
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
doraemon/views/partial/checkbox.hbs
doraemon/views/partial/radio.hbs
doraemon/views/partial/checkbox.hbs
View file @
35aa35c
{{#if
checked
}}
<span
class=
"iconfont radio checked"
>

</span>
{{^}}
<span
class=
"iconfont radio"
>

</span>
{{#if
checked
}}
<span
class=
"iconfont checkbox checked"
>

</span>
{{^}}
<span
class=
"iconfont checkbox"
>

</span>
{{/if}}
\ No newline at end of file
...
...
doraemon/views/partial/radio.hbs
View file @
35aa35c
{{#if
checked
}}
<span
class=
"iconfont checkbox checked"
>

</span>
{{^}}
<span
class=
"iconfont checkbox"
>

</span>
{{#if
checked
}}
<span
class=
"iconfont radio checked"
>

</span>
{{^}}
<span
class=
"iconfont radio"
>

</span>
{{/if}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment