9 changed files with 11 additions and 8 deletions
@ -1,2 +1,5 @@ |
|||||||
module ApplicationHelper |
module ApplicationHelper |
||||||
|
def browser_title(title) |
||||||
|
[title, t("service_name"), "GOV.UK"].select(&:present?).join(" - ") |
||||||
|
end |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue