Skip to content

Commit

Permalink
Use APP_ICON in template (apache#1855)
Browse files Browse the repository at this point in the history
* use APP_ICON in template

* use APP_NAME in navbar template
  • Loading branch information
szmate1618 authored and mistercrunch committed Dec 16, 2016
1 parent 007ee88 commit bb04e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/templates/appbuilder/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</button>
<a class="navbar-brand" href="/superset/profile/{{ current_user.username }}/">
<img
width="126" src="/static/assets/images/[email protected]"
alt="Superset"
width="126" src="{{ appbuilder.app_icon }}"
alt="{{ appbuilder.app_name }}"
/>
</a>
</div>
Expand Down

0 comments on commit bb04e6f

Please sign in to comment.