Fix dir=auto for convos with blank timestamps

Convos with no last_message_timestamp were being rendered/parsed as
having `data-timestamp="dir='auto'"`.

// FREEBIE
This commit is contained in:
lilia 2016-07-14 17:24:23 -07:00
parent dee735f609
commit 2c2f9c1ddc
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
<script type='text/x-tmpl-mustache' id='conversation-preview'>
{{> avatar }}
<div class='contact-details'>
<span class='last-timestamp' data-timestamp={{ last_message_timestamp }} dir='auto'> </span>
<span class='last-timestamp' data-timestamp='{{ last_message_timestamp }}' dir='auto' > </span>
{{> contact_name_and_number }}
{{ #unreadCount }}
<span class='unread-count'>{{ unreadCount }}</span>