mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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}} <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}} <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>
|
||||
|
Reference in New Issue
Block a user