Fix test page template
// FREEBIE
This commit is contained in:
parent
2778148179
commit
1e594e79c1
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
||||||
</script>
|
</script>
|
||||||
<script type='text/x-tmpl-mustache' id='contact_name_and_number'>
|
<script type='text/x-tmpl-mustache' id='contact_name_and_number'>
|
||||||
<h3 class='name' dir='auto'> {{ title }} </h3>
|
<h3 class='name' dir='auto'> {{ title }} </h3>
|
||||||
<div class='number'>{{ #isVerified }}<span class='verified-icon'></span> {{ verified }} ·{{ /
|
<div class='number'>{{ #isVerified }}<span class='verified-icon'></span> {{ verified }} ·{{ /isVerified }} {{ number }}</div>
|
||||||
</script>
|
</script>
|
||||||
<script type='text/x-tmpl-mustache' id='contact'>
|
<script type='text/x-tmpl-mustache' id='contact'>
|
||||||
{{> avatar }}
|
{{> avatar }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue