mirror of https://github.com/zulip/zulip.git
parent
33129059f4
commit
60b6a56da8
|
@ -5,7 +5,7 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "",
|
"main": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"handlebars": "3.0.3",
|
"handlebars": "4.0.6",
|
||||||
"i18next": "3.0.0",
|
"i18next": "3.0.0",
|
||||||
"i18next-parser": "0.11.1",
|
"i18next-parser": "0.11.1",
|
||||||
"i18next-xhr-backend": "0.5.4",
|
"i18next-xhr-backend": "0.5.4",
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="recipient_row" id="{{message_group_id}}">
|
<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}}
|
{{#each message_containers}}
|
||||||
{{#with this}}
|
{{#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}}
|
{{/with}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
ZULIP_VERSION = "1.5.1+git"
|
ZULIP_VERSION = "1.5.1+git"
|
||||||
PROVISION_VERSION = '4.9'
|
PROVISION_VERSION = '4.10'
|
||||||
|
|
Loading…
Reference in New Issue