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:
Tim Abbott 2020-05-11 16:40:53 -07:00
parent 7c820fa51e
commit 5a67d10943
1 changed files with 1 additions and 1 deletions

View File

@ -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>