Skip to content

Commit

Permalink
deps: Upgrade handlebars to latest version.
Browse files Browse the repository at this point in the history
Fixes #3939.
  • Loading branch information
timabbott committed May 18, 2017
1 parent 8ad7e08 commit 75fbce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "",
"main": "",
"dependencies": {
"handlebars": "3.0.3",
"handlebars": "4.0.6",
"i18next": "3.0.0",
"i18next-parser": "0.11.1",
"i18next-xhr-backend": "0.5.4",
Expand Down
4 changes: 2 additions & 2 deletions static/templates/message_group.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
{{/if}}

<div class="recipient_row" id="{{message_group_id}}">
{{partial "recipient_row" "use_match_properties" ../../use_match_properties}}
{{partial "recipient_row" "use_match_properties" ../use_match_properties}}
{{#each message_containers}}
{{#with this}}
{{partial "single_message" "use_match_properties" ../../../../use_match_properties "table_name" ../../../../table_name}}
{{partial "single_message" "use_match_properties" ../../use_match_properties "table_name" ../../table_name}}
{{/with}}
{{/each}}
</div>
Expand Down

0 comments on commit 75fbce0

Please sign in to comment.