]> git.mxchange.org Git - friendica.git/commitdiff
show notify badge of coontact request above the nav contact icon instead above the...
authorrabuzarus <>
Wed, 20 Apr 2016 18:04:32 +0000 (20:04 +0200)
committerrabuzarus <>
Wed, 20 Apr 2016 18:04:32 +0000 (20:04 +0200)
templates/nav.tpl

index 02788527151235767ba548368ae4061897518e5d..9aa8f35e492868fe6d965378319b471ef9f26bf1 100644 (file)
@@ -59,7 +59,7 @@
                                                {{/if}}
 
                                                {{if $nav.contacts}}
-                                               <a id="nav-contacts-link" class="nav-menu {{$sel.contacts}} {{$nav.contacts.2}}" href="{{$nav.contacts.0}}" data-toggle="tooltip" title="{{$nav.contacts.1}}" ><i class="fa fa-users fa-lg"></i></a>
+                                               <a id="nav-contacts-link" class="nav-menu {{$sel.contacts}} {{$nav.contacts.2}}" href="{{$nav.contacts.0}}" data-toggle="tooltip" title="{{$nav.contacts.1}}" ><i class="fa fa-users fa-lg"></i><span id="intro-update" class="nav-intro-badge badge nav-notify"></span></a>
                                                {{/if}}
                                        </li>
 
                                                        <div class="user-title pull-left hidden-xs hidden-sm hidden-md">
                                                                <strong>{{$nav.userinfo.name}}</strong><br>
                                                                {{if $nav.remote}}<span class="trunctate">{{$nav.remote}}</span>{{/if}}
-                                                               <span id="intro-update" class="nav-intro-badge badge nav-notify"></span>
                                                        </div>
 
                                                        <img  id="avatar" src="{{$nav.userinfo.icon}}" alt="{{$nav.userinfo.name}}">