mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
navbar: Drop obsolete data attribute on ".stream_settings_link".
We stopped sending "data" to this template in
eb4a2b9d4e but we did not remove it
from the template, probably as an oversight.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<span id="tab_list">
|
<span id="tab_list">
|
||||||
<span {{#if stream_settings_link}}class="stream"{{/if}} {{#if data}}data-name="{{data}}"{{/if}}>
|
<span {{#if stream_settings_link}}class="stream"{{/if}}>
|
||||||
{{#if icon}}
|
{{#if icon}}
|
||||||
<i class="fa fa-{{icon}}" aria-hidden="true"></i>
|
<i class="fa fa-{{icon}}" aria-hidden="true"></i>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user