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
1
+
<div
class=
"modal"
>
2
+
<h2></h2>
3
+
<p>
{{
text
}}
</p>
4
+
<hr>
5
+
<ul>
6
+
{{#
each
buttons
}}
7
+
<li>
8
+
<button>
{{
text
}}
</button>
9
+
</li>
10
+
{{/
each
}}
11
+
</ul>
12
+
</div>
Please
register
or
login
to post a comment