File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
www/addons/mod_chat/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments