Skip to content

Commit 33c6390

Browse files
committed
billing: Fix missing target=blank for new navbar menu items.
1 parent 766bdbf commit 33c6390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/zerver/app/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@
157157
{% endif %}
158158
{% if show_plans %}
159159
<li role="presentation">
160-
<a href="/plans" role="menuitem">
160+
<a href="/plans" target="_blank" role="menuitem">
161161
<i class="fa fa-rocket" aria-hidden="true"></i> {{ _('Plans and pricing') }}
162162
</a>
163163
</li>
164164
{% endif %}
165165
{% if show_billing %}
166166
<li role="presentation">
167-
<a href="/billing" role="menuitem">
167+
<a href="/billing" target="_blank" role="menuitem">
168168
<i class="fa fa-credit-card" aria-hidden="true"></i> {{ _('Billing') }}
169169
</a>
170170
</li>

0 commit comments

Comments
 (0)