Browse Source

Display full name for fwd msgs

Closes #769
master
Igor Zhukov 9 years ago
parent
commit
b806bae3eb
  1. 2
      app/partials/desktop/message.html

2
app/partials/desktop/message.html

@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
<div ng-if="::historyMessage.fwd_from_id > 0" class="im_message_fwd_from">
<a class="im_message_fwd_photo pull-left" my-user-photolink="historyMessage.fwd_from_id" img-class="im_message_fwd_photo"></a>
<div class="im_message_fwd_author_wrap">
<a class="im_message_fwd_author" my-user-link="historyMessage.fwd_from_id" short="true" no-watch="true"></a><span class="im_message_fwd_date" ng-bind="::historyMessage.fwd_date | dateOrTime"></span>
<a class="im_message_fwd_author" my-user-link="historyMessage.fwd_from_id" no-watch="true"></a><span class="im_message_fwd_date" ng-bind="::historyMessage.fwd_date | dateOrTime"></span>
</div>
</div>

Loading…
Cancel
Save