mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
templates: Rename *.handlebars ↦ *.hbs and - ↦ _.
Tweaked by tabbott to avoid accidentally disabling the linter for handlebars templates. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
107da5402c
commit
3c3471b720
@@ -236,7 +236,7 @@ functions or other arguments following them.
|
||||
Combine adjacent on-ready functions, if they are logically related.
|
||||
|
||||
The best way to build complicated DOM elements is a Mustache template
|
||||
like `static/templates/message_reactions.handlebars`. For simpler things
|
||||
like `static/templates/message_reactions.hbs`. For simpler things
|
||||
you can use jQuery DOM building APIs like so:
|
||||
|
||||
var new_tr = $('<tr />').attr('id', object.id);
|
||||
|
||||
Reference in New Issue
Block a user