summaryrefslogtreecommitdiffstats
path: root/app/view/datalsts.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-11-10 23:21:39 -0500
committerMalf Furious <m@lfurio.us>2018-11-10 23:21:39 -0500
commitf3165d28fff6468fca44ff2ec3b6cfb3fb82ee90 (patch)
treea8edb746f0a21d9e7ad134ba79be8278ecce147e /app/view/datalsts.php
parent0421aa1b60f4fe6bf140888159c58059c1013588 (diff)
parent295ba9fce85a959b04db4ac74b4ee378b42e6153 (diff)
downloadscrott-13fcb4fedfbcc13fd8cfe4518825bffe346110c5.tar.gz
scrott-13fcb4fedfbcc13fd8cfe4518825bffe346110c5.zip
Merge branch 'rel/v0.2'v0.2
Diffstat (limited to 'app/view/datalsts.php')
-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)?>