mirror of https://github.com/zulip/zulip.git
recipient_row: Remove extra whitespace around recipient full name.
Might fix the CI errors due to extra space between `You and` and the user full name.
This commit is contained in:
parent
4b091aafc2
commit
59e9a1ac90
|
@ -88,11 +88,11 @@
|
|||
<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}}
|
||||
{{~#*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}}
|
||||
{{/each~}}
|
||||
{{/inline~}}
|
||||
{{/tr}}
|
||||
</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue