Browse Source

Added some more dir=auto's

master
Igor Zhukov 10 years ago
parent
commit
12b36bfddd
  1. 4
      app/partials/desktop/head.html

4
app/partials/desktop/head.html

@ -74,11 +74,11 @@ @@ -74,11 +74,11 @@
<a class="tg_head_btn" ng-switch-default ng-switch="historyPeer.id > 0" ng-click="showPeerInfo()">
<div class="tg_head_peer_info" ng-switch-when="true">
<span class="tg_head_peer_title" ng-bind-html="historyPeer.data.rFullName"></span>
<span class="tg_head_peer_title" ng-bind-html="historyPeer.data.rFullName" dir="auto"></span>
<span class="tg_head_peer_status" my-user-status="historyPeer.id"></span>
</div>
<div class="tg_head_peer_info" ng-switch-default>
<span class="tg_head_peer_title" ng-bind-html="historyPeer.data.rTitle"></span>
<span class="tg_head_peer_title" ng-bind-html="historyPeer.data.rTitle" dir="auto"></span>
<span class="tg_head_peer_status">
<ng-pluralize count="historyPeer.data.participants_count"
when="im_pluralize_participants">

Loading…
Cancel
Save