mirror of
https://github.com/strongdm/comply
synced 2025-12-06 06:14:09 +00:00
correct tag name
This commit is contained in:
@@ -138,7 +138,7 @@ func addStats(modelData *model.Data, renderData *renderData) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if t.State == model.Open {
|
if t.State == model.Open {
|
||||||
if t.Bool("procedure") {
|
if t.Bool("comply-procedure") {
|
||||||
stats.ProcedureOpen++
|
stats.ProcedureOpen++
|
||||||
if t.CreatedAt != nil {
|
if t.CreatedAt != nil {
|
||||||
age := int(time.Since(*t.CreatedAt).Hours() / float64(24))
|
age := int(time.Since(*t.CreatedAt).Hours() / float64(24))
|
||||||
|
|||||||
Reference in New Issue
Block a user