Added some more dir=auto's
This commit is contained in:
parent
691dc69320
commit
12b36bfddd
@ -74,11 +74,11 @@
|
|||||||
|
|
||||||
<a class="tg_head_btn" ng-switch-default ng-switch="historyPeer.id > 0" ng-click="showPeerInfo()">
|
<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">
|
<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>
|
<span class="tg_head_peer_status" my-user-status="historyPeer.id"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tg_head_peer_info" ng-switch-default>
|
<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">
|
<span class="tg_head_peer_status">
|
||||||
<ng-pluralize count="historyPeer.data.participants_count"
|
<ng-pluralize count="historyPeer.data.participants_count"
|
||||||
when="im_pluralize_participants">
|
when="im_pluralize_participants">
|
||||||
|
Loading…
Reference in New Issue
Block a user