We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766bdbf commit 33c6390Copy full SHA for 33c6390
templates/zerver/app/navbar.html
@@ -157,14 +157,14 @@
157
{% endif %}
158
{% if show_plans %}
159
<li role="presentation">
160
- <a href="/plans" role="menuitem">
+ <a href="/plans" target="_blank" role="menuitem">
161
<i class="fa fa-rocket" aria-hidden="true"></i> {{ _('Plans and pricing') }}
162
</a>
163
</li>
164
165
{% if show_billing %}
166
167
- <a href="/billing" role="menuitem">
+ <a href="/billing" target="_blank" role="menuitem">
168
<i class="fa fa-credit-card" aria-hidden="true"></i> {{ _('Billing') }}
169
170
0 commit comments