John Cowen 717621698d
ui: Replace CollapsibleNotices with more a11y focussed Disclosure component (#12305)
* Delete collapsible notices component and related helper

* Add relative t action/helper to our Route component

* Replace single use CollapsibleNotices with multi-use Disclosure
2022-02-18 17:16:03 +00:00

13 lines
274 B
Handlebars

{{did-insert this.connect}}
{{will-destroy this.disconnect}}
{{yield (hash
model=this.model
params=this.params
currentName=this.router.currentRoute.name
refresh=this.refresh
t=this.t
Title=(component "route/title")
Announcer=(component "route/announcer")
)}}