Merge pull request #2662 from rabuzarus/0307_frio-fix_contact-url

frio: fix url variable for textcomplete in contact_template
This commit is contained in:
Tobias Diekershoff 2016-07-03 10:40:41 +02:00 committed by GitHub
commit c6a348d3dc
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ We use this part to filter the contacts with jquery.textcomplete *}}
{{* The contact description (e.g. Name, Network, kind of connection and so on *}}
<div class="contact-entry-desc">
<div class="contact-entry-name" id="contact-entry-name-{$id}" >
<h4 class="media-heading"><a href="{url}">{$name}</a>
<h4 class="media-heading"><a href="{$url}">{$name}</a>
{if $account_type} <small class="contact-entry-details" id="contact-entry-accounttype-{$id}">({$account_type})</small>{/if}
{if $account_type == 'Forum'}<i class="fa fa-comments-o" aria-hidden="true"></i>{/if}
{{* @todo this needs some changing in core because $contact.account_type contains a translated string which may notbe the same in every language *}}