mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:01:18 +08:00
REFACTOR: Remove Discourse.__widget_helpers
It's now a variable in the context where the templates are created.
This commit is contained in:
@ -6,6 +6,7 @@ template = <<~HBS
|
||||
{{actions-summary-item attrs=as}}
|
||||
{{attach widget="actions-summary-item" attrs=as}}
|
||||
{{testing value="hello"}}
|
||||
{{date "today"}}
|
||||
HBS
|
||||
|
||||
ctx = MiniRacer::Context.new(timeout: 15000)
|
||||
|
Reference in New Issue
Block a user