mirror of https://github.com/zulip/zulip.git
subscription_table_body: Add tippy tooltip to create_stream_button.
This commit is contained in:
parent
e6f38f9bc2
commit
a9a712fee3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue