mirror of https://github.com/zulip/zulip.git
parent
33129059f4
commit
60b6a56da8
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ZULIP_VERSION = "1.5.1+git"
|
||||
PROVISION_VERSION = '4.9'
|
||||
PROVISION_VERSION = '4.10'
|
||||
|
|
Loading…
Reference in New Issue