link contact requests badge to the contacts request page

This commit is contained in:
rabuzarus 2016-04-20 21:09:44 +02:00
parent 9ff69681f9
commit 414d353e11
2 changed files with 5 additions and 1 deletions

View File

@ -329,6 +329,9 @@ nav.navbar .nav>li>a:focus{
text-shadow: none;
display: none;*/
}
#topbar-first #intro-update{
cursor: pointer;
}
#topbar-first .topbar-nav .arrow:after {
position: absolute;
display: block;

View File

@ -59,7 +59,8 @@
{{/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><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}}
</li>