mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We fixed the main issue of this form in CVE-2020-9444, but the audit done at that time only included links found in rendered_markdown; this change completes our audit for links with target=_blank anywhere in the codebase.
5 lines
243 B
Handlebars
5 lines
243 B
Handlebars
<span>
|
|
{{#tr this}}Organization using __percent_used__% of __upload_quota__.{{/tr}}
|
|
{{#if show_upgrade_message}}{{#tr this}}<a href="/upgrade" target="_blank" rel="noopener noreferrer">Upgrade</a> for more space.{{/tr}}{{/if}}
|
|
</span>
|