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-07-04 10:34:39 +0800
Commit
9dba63e6b502909e6efeadfb1ff09c49d052503c
1 parent
c9c27a68
radio/checkbox move to icon folder
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
apps/partial/views/action/index.hbs
doraemon/views/partial/checkbox.hbs → doraemon/views/partial/icon/checkbox.hbs
doraemon/views/partial/radio.hbs → doraemon/views/partial/icon/radio.hbs
apps/partial/views/action/index.hbs
View file @
9dba63e
...
...
@@ -48,13 +48,13 @@
{{#
content
}}
<p
class=
"title"
>
1.复选按钮
</p>
{{#
each
checkbox
}}
{{>
checkbox
}}
{{>
icon
/
checkbox
}}
<br><br>
{{/
each
}}
<p
class=
"title"
>
2.单选按钮
</p>
{{#
each
radio
}}
{{>
radio
}}
{{>
icon
/
radio
}}
<br><br>
{{/
each
}}
...
...
doraemon/views/partial/checkbox.hbs → doraemon/views/partial/
icon/
checkbox.hbs
View file @
9dba63e
doraemon/views/partial/radio.hbs → doraemon/views/partial/
icon/
radio.hbs
View file @
9dba63e
Please
register
or
login
to post a comment