mirror of https://github.com/zulip/zulip.git
tab_bar: Don't set a title for the narrow_description.
The title field here was useless duplication of the text context.
This commit is contained in:
parent
7c820fa51e
commit
5a67d10943
|
@ -13,7 +13,7 @@
|
|||
<span class="sub_count" data-toggle="tooltip" title="{{sub_count}} users are subscribed to #{{title}}"><i class="fa fa-user-o"></i>{{formatted_sub_count}}</span>
|
||||
{{/if}}
|
||||
{{#if rendered_narrow_description}}
|
||||
<span class="narrow_description rendered_markdown" data-toggle="tooltip" title="{{rendered_narrow_description}}">{{rendered_markdown rendered_narrow_description}}</span>
|
||||
<span class="narrow_description rendered_markdown" data-toggle="tooltip">{{rendered_markdown rendered_narrow_description}}</span>
|
||||
{{/if}}
|
||||
<span class="search_icon search_closed" ><i class="fa fa-search" aria-hidden="true"></i></span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue