]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/contact_template.tpl
Merge branch 'bug/phpinfo-accessible-hotfix' into develop
[friendica.git] / view / theme / frio / templates / contact_template.tpl
index 4ae4cf77cf0db0d15396e2b1b4308dab90beae1e..8bb817ed59f32b9fcdb1f2036309185def0fcfa0 100644 (file)
@@ -6,7 +6,9 @@
                        <div class="contact-entry-photo mframe" id="contact-entry-photo-{{$contact.id}}">
 
                                <div class="contact-photo-image-wrapper hidden-xs">
-                                       <img class="contact-photo media-object xl" src="{{$contact.thumb}}" {{$contact.sparkle}} alt="{{$contact.name}}" />
+                                       <a href="{{$contact.url}}">
+                                               <img class="contact-photo media-object xl" src="{{$contact.thumb}}" {{$contact.sparkle}} alt="{{$contact.name}}" />
+                                       </a>
                                </div>
 
                                {{* For very small displays we use a dropdown menu for contact relating actions *}}
                                        <i class="fa fa-user-plus" aria-hidden="true"></i>
                                </a>
                                {{/if}}
+                               {{if $contact.photo_menu.unfollow}}
+                               <a class="contact-action-link btn-link" href="{{$contact.photo_menu.unfollow.1}}" data-toggle="tooltip" title="{{$contact.photo_menu.unfollow.0}}">
+                                       <i class="fa fa-user-times" aria-hidden="true"></i>
+                               </a>
+                               {{/if}}
                                {{if $contact.photo_menu.hide}}
                                <a class="contact-action-link btn-link" href="{{$contact.photo_menu.hide.1}}" data-toggle="tooltip" title="{{$contact.photo_menu.hide.0}}">
                                        <i class="fa fa-times" aria-hidden="true"></i>
@@ -188,7 +195,7 @@ We use this part to filter the contacts with jquery.textcomplete *}}
                                {/if}
                                {if $photo_menu.edit}
                                <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>
                                {/if}
                                {if $photo_menu.drop}