mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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" }}
 | 
			
		||||
                            {{~#unless (eq user_type "Member")}}
 | 
			
		||||
                                <span class="lowercase">({{user_type}})</span>
 | 
			
		||||
                            {{/unless~}}
 | 
			
		||||
                        </div>
 | 
			
		||||
                    {{/if}}
 | 
			
		||||
                {{else}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user