mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
fda94fedab
no issue - https://github.com/ember-cli/eslint-plugin-ember/blob/HEAD/docs/rules/alias-model-in-controller.md - replace `model` with a meaningful property name everywhere possible - refactor `design` and `general` settings controllers to use a directly injected settings service rather than passing it in as a "model" to be more explicit
8 lines
192 B
Handlebars
8 lines
192 B
Handlebars
{{gh-fullscreen-modal "upload-theme"
|
|
model=(hash
|
|
themes=themes
|
|
activate=(route-action 'activateTheme')
|
|
)
|
|
close=(route-action "cancel")
|
|
modifier="action wide"}}
|