ncdc 1.18.1 + yxml manual + dcstats + minor restyle
...I need to commit more often.
This commit is contained in:
parent
610b0fb31c
commit
57e7bb546e
20 changed files with 339 additions and 56 deletions
4
Bug.pm
4
Bug.pm
|
|
@ -110,6 +110,10 @@ sub dbSave {
|
|||
# TODO: pagination / filtering
|
||||
sub htmlListing {
|
||||
my($s, $l, $lnk) = @_;
|
||||
if(!@$l) {
|
||||
p class => 'bug_nolisting', 'No bugs found! Yay?';
|
||||
return;
|
||||
}
|
||||
table class => 'bug_listing';
|
||||
thead; Tr;
|
||||
td class => 'bug_col_id', 'Id';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue