From 414d353e11bd88403a4bb9b8747a537ff8faa165 Mon Sep 17 00:00:00 2001
From: rabuzarus <>
Date: Wed, 20 Apr 2016 21:09:44 +0200
Subject: [PATCH] link contact requests badge to the contacts request page
---
css/style.css | 3 +++
templates/nav.tpl | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/css/style.css b/css/style.css
index 5cd96686e..1ab66fe3a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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;
diff --git a/templates/nav.tpl b/templates/nav.tpl
index 9aa8f35e4..95b65fa84 100644
--- a/templates/nav.tpl
+++ b/templates/nav.tpl
@@ -59,7 +59,8 @@
{{/if}}
{{if $nav.contacts}}
-
+
+
{{/if}}