mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
docs: Update link to Handlebars Block Helpers.
This also removes an unused link.
This commit is contained in:
@@ -116,7 +116,7 @@ For more details on the frontend, see our documentation on
|
|||||||
[the static asset pipeline](../subsystems/html-css.html#static-asset-pipeline).
|
[the static asset pipeline](../subsystems/html-css.html#static-asset-pipeline).
|
||||||
|
|
||||||
[Jinja2]: http://jinja.pocoo.org/
|
[Jinja2]: http://jinja.pocoo.org/
|
||||||
[Handlebars]: http://handlebarsjs.com/
|
[Handlebars]: https://handlebarsjs.com/
|
||||||
|
|
||||||
### nginx
|
### nginx
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ templating systems.
|
|||||||
* `templates/zerver/` For [Jinja2](http://jinja.pocoo.org/) templates
|
* `templates/zerver/` For [Jinja2](http://jinja.pocoo.org/) templates
|
||||||
for the backend (for zerver app; logged-in content is in `templates/zerver/app`).
|
for the backend (for zerver app; logged-in content is in `templates/zerver/app`).
|
||||||
|
|
||||||
* `static/templates/` [Handlebars](http://handlebarsjs.com/) templates for the frontend.
|
* `static/templates/` [Handlebars](https://handlebarsjs.com/) templates for the frontend.
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -265,11 +265,10 @@ Read more about these module systems here:
|
|||||||
* [CommonJS](https://nodejs.org/api/modules.html#modules_modules)
|
* [CommonJS](https://nodejs.org/api/modules.html#modules_modules)
|
||||||
|
|
||||||
[Jinja2]: http://jinja.pocoo.org/
|
[Jinja2]: http://jinja.pocoo.org/
|
||||||
[Handlebars]: http://handlebarsjs.com/
|
[Handlebars]: https://handlebarsjs.com/
|
||||||
[trans]: http://jinja.pocoo.org/docs/dev/templates/#i18n
|
[trans]: http://jinja.pocoo.org/docs/dev/templates/#i18n
|
||||||
[i18next]: https://www.i18next.com
|
[i18next]: https://www.i18next.com
|
||||||
[official]: https://www.i18next.com/plurals.html
|
[official]: https://www.i18next.com/plurals.html
|
||||||
[helpers]: http://handlebarsjs.com/block_helpers.html
|
|
||||||
[jconditionals]: http://jinja.pocoo.org/docs/2.9/templates/#list-of-control-structures
|
[jconditionals]: http://jinja.pocoo.org/docs/2.9/templates/#list-of-control-structures
|
||||||
[hconditionals]: http://handlebarsjs.com/block_helpers.html
|
[hconditionals]: https://handlebarsjs.com/guide/#block_helpers.html
|
||||||
[translation]: ../translating/translating.md
|
[translation]: ../translating/translating.md
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ option of puppet.
|
|||||||
Zulip uses two HTML templating systems:
|
Zulip uses two HTML templating systems:
|
||||||
|
|
||||||
- [Django templates](https://docs.djangoproject.com/en/1.10/topics/templates/)
|
- [Django templates](https://docs.djangoproject.com/en/1.10/topics/templates/)
|
||||||
- [handlebars](http://handlebarsjs.com/)
|
- [handlebars](https://handlebarsjs.com/)
|
||||||
|
|
||||||
Zulip has an internal tool that validates both types of templates for
|
Zulip has an internal tool that validates both types of templates for
|
||||||
correct indentation and matching tags. You can find the code here:
|
correct indentation and matching tags. You can find the code here:
|
||||||
|
|||||||
@@ -296,7 +296,7 @@ organizations from the command line.
|
|||||||
|
|
||||||
|
|
||||||
[Jinja2]: http://jinja.pocoo.org/
|
[Jinja2]: http://jinja.pocoo.org/
|
||||||
[Handlebars]: http://handlebarsjs.com/
|
[Handlebars]: https://handlebarsjs.com/
|
||||||
[trans]: http://jinja.pocoo.org/docs/dev/templates/#i18n
|
[trans]: http://jinja.pocoo.org/docs/dev/templates/#i18n
|
||||||
[i18next]: https://www.i18next.com
|
[i18next]: https://www.i18next.com
|
||||||
[official]: https://www.i18next.com/plurals.html
|
[official]: https://www.i18next.com/plurals.html
|
||||||
|
|||||||
Reference in New Issue
Block a user