mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
1.6 KiB
1.6 KiB
User cards
In the web and desktop apps, user cards contain basic information about a user or bot. User cards are also a handy starting point for actions such as a viewing a user's profile or viewing the messages they've sent.
Information in a user's card
{start_tabs}
{tab|user}
- Their avatar.
- Their name.
- Their email address, if you have permission to view it.
- Their role in the organization.
- The custom profile fields selected by administrators to be featured on user cards.
- Their current local time.
- Their status and availability.
{tab|bot}
- Its avatar.
- Its name.
- Its owner's name.
- Its email address, if you have permission to view it.
{end_tabs}
View someone's user card
{start_tabs}
{tab|user}
{!right-sidebar-user-card.md!}
!!! tip ""
You can also click on a user's profile picture or name on a message they sent.
!!! keyboard_tip ""
Alternatively, open someone's **user card** by selecting a message they sent, and
using the <kbd>U</kbd> shortcut.
{tab|bot}
{settings_tab|bot-list-admin}
- Click on the name of a bot in the Name column to open its user card.
{end_tabs}