mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed cancel_link helper documentation link
no issue - The documentation was decided to be published under `/members/ ` instead of general `/api/handlebars-themes/`
This commit is contained in:
parent
6ecc7d197b
commit
6896997984
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@
|
|||
"pathIsRequired": "The \\{\\{asset\\}\\} helper must be passed a path"
|
||||
},
|
||||
"cancel_link": {
|
||||
"invalidData": "The \\{\\{cancel_link\\}\\} helper was used outside of a subscription context. See https://ghost.org/docs/api/handlebars-themes/helpers/cancel_link/."
|
||||
"invalidData": "The \\{\\{cancel_link\\}\\} helper was used outside of a subscription context. See https://ghost.org/docs/members/cancel-link/."
|
||||
},
|
||||
"foreach": {
|
||||
"iteratorNeeded": "Need to pass an iterator to #foreach"
|
||||
|
|
Loading…
Reference in a new issue