mirror of
https://github.com/friendica/friendica
synced 2024-11-18 11:03:42 +00:00
[frio] Fix remaining user profile link icon
This commit is contained in:
parent
56d612b2f0
commit
e2a0cee8c2
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ We use this part to filter the contacts with jquery.textcomplete *}}
|
||||||
{/if}
|
{/if}
|
||||||
{if $photo_menu.edit}
|
{if $photo_menu.edit}
|
||||||
<a class="contact-action-link btn-link" href="{$photo_menu.edit.1}" data-toggle="tooltip" title="{$photo_menu.edit.0}">
|
<a class="contact-action-link btn-link" href="{$photo_menu.edit.1}" data-toggle="tooltip" title="{$photo_menu.edit.0}">
|
||||||
<i class="fa fa-pencil" aria-hidden="true"></i>
|
<i class="fa fa-user" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
{/if}
|
{/if}
|
||||||
{if $photo_menu.drop}
|
{if $photo_menu.drop}
|
||||||
|
|
Loading…
Reference in a new issue