Fix test page template

// FREEBIE
This commit is contained in:
lilia 2017-06-16 17:44:02 -07:00 committed by Scott Nonnenberg
parent 2778148179
commit 1e594e79c1
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
</script>
<script type='text/x-tmpl-mustache' id='contact_name_and_number'>
<h3 class='name' dir='auto'> {{ title }} </h3>
<div class='number'>{{ #isVerified }}<span class='verified-icon'></span> {{ verified }} &middot;{{ /
<div class='number'>{{ #isVerified }}<span class='verified-icon'></span> {{ verified }} &middot;{{ /isVerified }} {{ number }}</div>
</script>
<script type='text/x-tmpl-mustache' id='contact'>
{{> avatar }}