mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 20:51:10 +00:00
717621698d
* Delete collapsible notices component and related helper * Add relative t action/helper to our Route component * Replace single use CollapsibleNotices with multi-use Disclosure
13 lines
274 B
Handlebars
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")
|
|
)}} |