mirror of https://github.com/zulip/zulip.git
Restore narrow icon in crumbbar
(imported from commit 0c54d158f0035bb0e483a981b57e59a4e885e36a)
This commit is contained in:
parent
94c61f5507
commit
53415e6986
|
@ -2,7 +2,7 @@
|
|||
{{#each tabs}}
|
||||
<li class="{{active}} {{cls}}" {{#if data}}data-name="{{data}}"{{/if}}>
|
||||
{{#if icon}}
|
||||
>
|
||||
<i class="icon-vector-narrow icon-vector-small"></i>
|
||||
{{/if}}
|
||||
{{! Most tabs are links, but some are not since we don't have a narrow for them (e.g. Search) }}
|
||||
{{#if hash}}
|
||||
|
|
Loading…
Reference in New Issue