subscription_table_body: Add tippy tooltip to create_stream_button.

This commit is contained in:
Aman Agrawal 2021-06-08 14:28:40 +00:00 committed by Tim Abbott
parent e6f38f9bc2
commit a9a712fee3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="search-container">
<div id="add_new_subscription">
{{#if can_create_streams}}
<button class="create_stream_button" title="{{t 'Create new stream' }} (n)">+</button>
<button class="create_stream_button tippy-zulip-tooltip" data-tippy-content="{{t 'Create new stream' }} (n)" data-tippy-placement="bottom">+</button>
{{/if}}
<div class="float-clear"></div>
</div>