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_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>
|
||||||
|
|
Loading…
Reference in New Issue