link contact requests badge to the contacts request page
This commit is contained in:
parent
9ff69681f9
commit
414d353e11
|
@ -329,6 +329,9 @@ nav.navbar .nav>li>a:focus{
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
display: none;*/
|
display: none;*/
|
||||||
}
|
}
|
||||||
|
#topbar-first #intro-update{
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
#topbar-first .topbar-nav .arrow:after {
|
#topbar-first .topbar-nav .arrow:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -59,7 +59,8 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{if $nav.contacts}}
|
{{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><span id="intro-update" class="nav-intro-badge badge nav-notify"></span></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></a>
|
||||||
|
<span id="intro-update" class="nav-intro-badge badge nav-notify" onclick="window.location.href = '{{$nav.introductions.0}}' " data-toggle="tooltip" title="{{$nav.introductions.3}}"></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue