Skip to content

Commit 662c9e4

Browse files
authored
Merge pull request #4010 from nhsuk/registration-status-colours
Use aqua-green for registration attending status colour
2 parents 31555f1 + 7fa1eb3 commit 662c9e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/app_register_status_tag_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def initialize(status)
77
@status = status
88
end
99

10-
def call = govuk_tag(text:, colour:)
10+
def call = tag.strong(text, class: ["nhsuk-tag nhsuk-tag--#{colour}"])
1111

1212
private
1313

config/locales/status.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ en:
4040
not_attending: Absent from session
4141
unknown: Not registered yet
4242
colour:
43-
attending: blue
43+
attending: aqua-green
4444
completed: green
4545
not_attending: red
4646
unknown: grey

0 commit comments

Comments
 (0)