Files
zulip/zephyr/jstemplates/narrowbar.html
Keegan McAllister 5a7b307d71 Create the narrowbar using a Handlebars template
This fixes an XSS hole (#249).

(imported from commit 5f70c0bc23e0d992f2d85889e2ba9157f1b73b3a)
2012-10-31 16:02:17 -04:00

10 lines
227 B
HTML

<span id="currently_narrowed_to"
title="{{description}}{{#if subject}} | {{subject}}{{/if}}">
<i class="icon-{{icon}}"></i>
{{description}}
{{#if subject}}
&nbsp; | &nbsp; {{subject}}
{{/if}}
</span>