mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
This commit updates the add and subscribe button in the user profile modal to use the action button component. Fixes part of #33027.
5 lines
273 B
Handlebars
5 lines
273 B
Handlebars
<div class="user_profile_subscribe_widget">
|
|
{{> dropdown_widget widget_name="user_profile_subscribe"}}
|
|
{{> components/action_button label=(t "Subscribe") custom_classes="add-subscription-button" attention="quiet" intent="brand" aria-label=(t "Subscribe") }}
|
|
</div>
|