Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
Aiden Xu
2016-07-18 18:08:01 +0800
Commit
7ea8e0a337e603916e06ea89f51c1a1c8d56a59c
1 parent
e4750978
Modal
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
public/hbs/example/custom-modal.hbs
public/js/common/modal.hbs
public/hbs/example/custom-modal.hbs
0 → 100644
View file @
7ea8e0a
public/js/common/modal.hbs
0 → 100644
View file @
7ea8e0a
<div
class=
"modal"
>
<h2></h2>
<p>
{{
text
}}
</p>
<hr>
<ul>
{{#
each
buttons
}}
<li>
<button>
{{
text
}}
</button>
</li>
{{/
each
}}
</ul>
</div>
...
...
Please
register
or
login
to post a comment