diff --git a/src/main/twirl/issues/list.scala.html b/src/main/twirl/issues/list.scala.html index 0e41fba..4264e54 100644 --- a/src/main/twirl/issues/list.scala.html +++ b/src/main/twirl/issues/list.scala.html @@ -19,6 +19,7 @@ @html.menu("issues", repository){ @tab("issues", false, repository)
- No issues to show. - @if(condition.labels.nonEmpty || condition.milestoneId.isDefined){ - Clear active filters. - } else { - @if(repository.isDefined){ - Create a new issue. - } - } - | ++ + @openCount Open + @closedCount Closed + |
---|---|
-
-
-
- @helper.html.dropdown("Label") {
- @labels.map { label =>
-
- @milestone.dueDate.map { dueDate =>
- @if(isPast(dueDate)){
-
-
- ![]() |
- |
- @if(hasWritePermission){ - + } + | +