Display User instead of Name in social tooltip

This commit is contained in:
BackIsBachus 2016-05-16 14:53:40 +02:00
parent 4220cff5ec
commit b92a71ae67
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<div class="social-links text-center">
<div>
{{#each r.social}}
<a href="{{url}}" target="_blank" data-toggle="tooltip" title="{{../r.name}} on {{network}}" class="fs-2x social-link"><i class="link-{{toLower network}} fa fa-{{toLower network}}"></i></a>
<a href="{{url}}" target="_blank" data-toggle="tooltip" title="{{user}} on {{network}}" class="fs-2x social-link"><i class="link-{{toLower network}} fa fa-{{toLower network}}"></i></a>
{{/each}}
</div>
</div>