Ghost/test/unit/helpers/test_tpl
Rish 1272968848 Updated {{content}} helper partial template name
no issue
refs e3a0bb535f

Previously, {{content}} helper was updated use default or custom template to show a CTA when trying to use helper without access to content.

While the change was expected to not affect any existing themes as `{{content}}` helper is not supposed to be used on member sites without `access` check, we found quite a few themes use a pattern of using `content.hbs` with `{{content}}` helper inside them as default, which causes infinite loop in how content helper works in certain cases.

Whilst this followed the pattern of the other helpers using a partial with the same name, there are 2 key differences:

- this partial template pattern is being introduced way after the inception of themes with a fairly generic name “content”
- this partial template isn’t used to render the helper all the time - just the CTA part under certain circumstances.

This change updates the template name to `content-cta.hbs` to which makes it less likely to clash, and makes more sense as to what it is.
2021-02-09 13:59:52 +05:30
..
content-cta.hbs Updated {{content}} helper partial template name 2021-02-09 13:59:52 +05:30
navigation.hbs 🐛 Fixed logic error in navigation for isSecondary 2020-05-18 19:15:28 +01:00
pagination.hbs Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00