Skip to content

Commit

Permalink
Add link to report a bug to navbar
Browse files Browse the repository at this point in the history
(cherry picked from commit f127e89)
  • Loading branch information
mistercrunch authored and xtinec committed Jan 22, 2019
1 parent 1dfc8f2 commit 189f5d8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions superset/templates/appbuilder/navbar_right.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

<li>
<a
tabindex="-1"
href="https://jira.lyft.net/secure/CreateIssueDetails!init.jspa?pid=18701&issuetype=1"
title="Report a bug"
>
<i class="fa fa-bug"></i>&nbsp;
</a>
</li>
{% set locale = session['locale'] %}
{% if not locale %}
{% set locale = 'en' %}
Expand Down Expand Up @@ -26,7 +34,6 @@
{% endif %}



{% if not current_user.is_anonymous %}
<li class="dropdown">
<a
Expand Down

0 comments on commit 189f5d8

Please sign in to comment.