This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-29 15:12:58 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
36613212bb
Ghost
/
ghost
/
admin
/
app
/
components
/
aspect-ratio-box.hbs
3 lines
49 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Ran "no implicit this in templates" codemod no issue We were in a part-way state where some touched files had been (sometimes partially) migrated to explicit `this`. The codemod that was available has now fixed the formatting issues it had so it was a good time to run it. https://github.com/ember-codemods/ember-no-implicit-this-codemod - part of the migration path for https://github.com/emberjs/rfcs/pull/308 - starts to make template resolution rules more explicit - `<MyComponent />` - always a component - `{{my-component}}` - component or helper (components _must_ have a `-`. This style of component will go away once fully migrated to angle bracket components) - `{{value}}` - a helper or local template variable - `{{this.value}}` - reference to a property on the backing context (either a controller or a component JS file)
2019-12-13 17:20:29 +03:00
{{
#
unless
this
.isResizing
}}
Added ability to upload integration icons (#1058) no issue - add `{{aspect-ratio-box}}` to make it easier to adjust box sizes at a fixed ratio based on container height which isn't possible with CSS directly - used `{{gh-uploader}}` to add upload facility to the icon shown on the integration screen
2018-10-23 12:29:49 +03:00
{{
yield
}}
{{
/
unless
}}
Reference in New Issue
Copy Permalink