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:
Anders Kaseorg
2019-07-11 15:52:56 -07:00
committed by Tim Abbott
parent 107da5402c
commit 3c3471b720
184 changed files with 152 additions and 152 deletions

View File

@@ -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);