mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +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.Bool("procedure") {
|
||||
if t.Bool("comply-procedure") {
|
||||
stats.ProcedureOpen++
|
||||
if t.CreatedAt != nil {
|
||||
age := int(time.Since(*t.CreatedAt).Hours() / float64(24))
|
||||
|
Loading…
Reference in New Issue
Block a user