Moved to widget namespace.
This commit is contained in:
parent
cb6943fd4a
commit
f5eebef2be
4 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ class App.TemplateUI extends App.ControllerDrox
|
|||
|
||||
# insert data
|
||||
@html @template(
|
||||
file: 'template_widget'
|
||||
file: 'widget/template'
|
||||
header: 'Templates'
|
||||
params:
|
||||
template: template
|
||||
|
|
|
@ -191,7 +191,7 @@ class App.TextModuleUIOld extends App.Controller
|
|||
)
|
||||
|
||||
# insert data
|
||||
@html App.view('text_module_widget')(
|
||||
@html App.view('widget/text_module')(
|
||||
search: @search,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue