mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
user_card_popover: Display bot role conditionally in user card.
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
<div>{{t "System bot" }}</div>
|
||||
{{else}}
|
||||
<div>{{t "Bot" }}
|
||||
<span class="lowercase">({{user_type}})</span>
|
||||
{{~#unless (eq user_type "Member")}}
|
||||
<span class="lowercase">({{user_type}})</span>
|
||||
{{/unless~}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
|
||||
Reference in New Issue
Block a user