summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/view/datalsts.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/view/datalsts.php b/app/view/datalsts.php
index 2bbb44e..ba9021b 100644
--- a/app/view/datalsts.php
+++ b/app/view/datalsts.php
@@ -118,6 +118,10 @@ require_once "class/issue.class.php";
<div class="panel panel-default">
<h2 class="text-center"><?=$s->name?></h2>
+ <?php if (count($s->getIssues_ordByDueByNumb()) == 0) { ?>
+ <h4 class="text-info text-center">No issues</h4>
+ <?php } ?>
+
<table class="table table-hover">
<?php foreach ($s->getIssues_ordByDueByNumb() as $i) { ?>
<?=issueListItem($i)?>