Skip to content

Commit 996431a

Browse files
committed
MOBILE-1527 chat: Fix message time position in iOS
1 parent f809137 commit 996431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/addons/mod_chat/templates/chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<img ng-if="message.userprofileimageurl" ng-src="{{message.userprofileimageurl}}" mm-external-content alt="{{ 'mm.core.pictureof' | translate:{$a: message.userfullname} }}" role="presentation">
3232
<img ng-if="!message.userprofileimageurl" src="img/user-avatar.png" alt="{{ 'mm.core.pictureof' | translate:{$a: message.userfullname} }}" role="presentation">
3333
<h2>{{ message.userfullname }}</h2>
34+
<span class="item-note">{{ message.timestamp * 1000 | mmFormatDate:"dftimedate" }}</span>
3435

3536
<mm-format-text after-render="scrollAfterRender" watch="true">{{ message.message }}</mm-format-text>
3637

37-
<span class="item-note">{{ message.timestamp * 1000 | mmFormatDate:"dftimedate" }}</span>
3838
</article>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)