mirror of
https://github.com/strongdm/comply
synced 2024-11-22 07:34:54 +00:00
correct tag name
This commit is contained in:
parent
f6c9f89792
commit
75a80189ce
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user