mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +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}' }}">
|
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_icon"><i class="zulip-icon zulip-icon-user"></i></span>
|
||||||
<span class="private_message_header_name">
|
<span class="private_message_header_name">
|
||||||
{{#tr}}You and <z-user-names></z-user-names>
|
{{~#tr}}You and <z-user-names></z-user-names>
|
||||||
{{~#*inline "z-user-names"}}
|
{{#*inline "z-user-names"}}
|
||||||
{{~#each recipient_users}}
|
{{#each recipient_users}}
|
||||||
{{full_name}}{{#if should_add_guest_user_indicator}} <i>({{t 'guest'}})</i>{{/if}}{{#unless @last}},{{/unless}}
|
{{~full_name}}{{#if should_add_guest_user_indicator}} <i>({{t 'guest'}})</i>{{/if}}{{#unless @last}}, {{/unless~}}
|
||||||
{{/each~}}
|
{{/each}}
|
||||||
{{/inline~}}
|
{{/inline}}
|
||||||
{{/tr}}
|
{{/tr~}}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<span class="recipient_row_date {{#if date_unchanged}}recipient_row_date_unchanged{{/if}}">{{{date}}}</span>
|
<span class="recipient_row_date {{#if date_unchanged}}recipient_row_date_unchanged{{/if}}">{{{date}}}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user