Add RTL support to profile name and description in the VCard
This commit is contained in:
parent
0649d2c393
commit
531e5d7f3e
7 changed files with 31 additions and 31 deletions
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div id="vcard-short-desc" class="media-body">
|
||||
<h4 class="media-heading">{{$name}}</h4>
|
||||
<h4 class="media-heading" dir="auto">{{$name}}</h4>
|
||||
{{if $addr}}<div class="vcard-short-addr">{{$addr}}</div>{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -24,13 +24,13 @@
|
|||
|
||||
<div class="panel-body">
|
||||
<div class="profile-header">
|
||||
<h3 class="fn p-name">{{$name}}</h3>
|
||||
<h3 class="fn p-name" dir="auto">{{$name}}</h3>
|
||||
|
||||
{{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
|
||||
|
||||
{{if $account_type}}<div class="account-type">({{$account_type}})</div>{{/if}}
|
||||
|
||||
{{if $about}}<div class="title">{{$about nofilter}}</div>{{/if}}
|
||||
{{if $about}}<div class="title" dir="auto">{{$about nofilter}}</div>{{/if}}
|
||||
|
||||
{{if $network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_link nofilter}}</dd></dl>{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue