This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 1ca1395 templates: open code and documentation on a new tab (#4217)
1ca1395 is described below
commit 1ca1395382b375d56a5ac0a8a5f91edcc689ba1f
Author: Riccardo Magliocchetti <[email protected]>
AuthorDate: Wed Jan 17 06:17:27 2018 +0100
templates: open code and documentation on a new tab (#4217)
As they are external resources.
---
superset/templates/appbuilder/navbar.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/superset/templates/appbuilder/navbar.html
b/superset/templates/appbuilder/navbar.html
index 0ea2dae..2a6b65b 100644
--- a/superset/templates/appbuilder/navbar.html
+++ b/superset/templates/appbuilder/navbar.html
@@ -34,12 +34,12 @@
</a>
</li>
<li>
- <a href="https://github.com/apache/incubator-superset"
title="Superset's Github">
+ <a href="https://github.com/apache/incubator-superset"
title="Superset's Github" target="_blank">
<i class="fa fa-github"></i>
</a>
</li>
<li>
- <a href="https://superset.incubator.apache.org"
title="Documentation">
+ <a href="https://superset.incubator.apache.org"
title="Documentation" target="_blank">
<i class="fa fa-book"></i>
</a>
</li>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].