recipient_row: Remove extra whitespace around recipient full name.

This commit removes the whitespaces between "You and" and the
user full names, thus fixing the puppeteer flake.
This commit is contained in:
roanster007
2024-07-06 23:05:24 +05:30
committed by Tim Abbott
parent 0ea162c5fb
commit 99a80639f4

View File

@@ -87,13 +87,13 @@
data-tippy-content="{{t 'Go to direct messages with {display_reply_to_for_tooltip}' }}">
<span class="private_message_header_icon"><i class="zulip-icon zulip-icon-user"></i></span>
<span class="private_message_header_name">
{{#tr}}You and <z-user-names></z-user-names>
{{~#*inline "z-user-names"}}
{{~#each recipient_users}}
{{full_name}}{{#if should_add_guest_user_indicator}}&nbsp;<i>({{t 'guest'}})</i>{{/if}}{{#unless @last}},{{/unless}}
{{/each~}}
{{/inline~}}
{{/tr}}
{{~#tr}}You and <z-user-names></z-user-names>
{{#*inline "z-user-names"}}
{{#each recipient_users}}
{{~full_name}}{{#if should_add_guest_user_indicator}}&nbsp;<i>({{t 'guest'}})</i>{{/if}}{{#unless @last}}, {{/unless~}}
{{/each}}
{{/inline}}
{{/tr~}}
</span>
</a>
<span class="recipient_row_date {{#if date_unchanged}}recipient_row_date_unchanged{{/if}}">{{{date}}}</span>