Skip to content

Commit

Permalink
Add active/archived status tags
Browse files Browse the repository at this point in the history
This adds the colours and values for the active and archived status
tags.
  • Loading branch information
thomasleese committed Jul 16, 2024
1 parent fe1dc25 commit 7f88418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/status_tag/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def tags

COLOURS = {
accepted: "green",
active: "green",
archived: "grey",
assessment: "blue",
assessment_in_progress: "blue",
assessment_not_started: "grey",
Expand Down
2 changes: 2 additions & 0 deletions config/locales/components.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ en:
components:
status_tag:
accepted: Accepted
active: Active
archived: Archived
assessment: Assessment
assessment_in_progress: Assessment in progress
assessment_not_started: Assessment not started
Expand Down

0 comments on commit 7f88418

Please sign in to comment.