All of this should contain one working test.

This commit is contained in:
James Cole
2014-11-18 10:33:38 +01:00
parent 0afe3c48a1
commit 7329c0b200
9 changed files with 31 additions and 54 deletions

View File

@@ -14,7 +14,7 @@
<ul class="nav navbar-top-links navbar-right">
<!-- reminders -->
@if(count($reminders) > 0)
@if(isset($reminders) && count($reminders) > 0)
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>