|
|
|
@ -9,6 +9,7 @@ module TagHelper |
|
|
|
active: "Active", |
|
|
|
active: "Active", |
|
|
|
incomplete: "Incomplete", |
|
|
|
incomplete: "Incomplete", |
|
|
|
deactivating_soon: "Deactivating soon", |
|
|
|
deactivating_soon: "Deactivating soon", |
|
|
|
|
|
|
|
activating_soon: "Activating soon", |
|
|
|
reactivating_soon: "Reactivating soon", |
|
|
|
reactivating_soon: "Reactivating soon", |
|
|
|
deactivated: "Deactivated", |
|
|
|
deactivated: "Deactivated", |
|
|
|
}.freeze |
|
|
|
}.freeze |
|
|
|
@ -21,6 +22,7 @@ module TagHelper |
|
|
|
active: "green", |
|
|
|
active: "green", |
|
|
|
incomplete: "red", |
|
|
|
incomplete: "red", |
|
|
|
deactivating_soon: "yellow", |
|
|
|
deactivating_soon: "yellow", |
|
|
|
|
|
|
|
activating_soon: "blue", |
|
|
|
reactivating_soon: "blue", |
|
|
|
reactivating_soon: "blue", |
|
|
|
deactivated: "grey", |
|
|
|
deactivated: "grey", |
|
|
|
}.freeze |
|
|
|
}.freeze |
|
|
|
|