You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/06 03:23:49 UTC

[GitHub] [incubator-superset] paulvic commented on a change in pull request #8507: Allow customization of documentation icon and text

paulvic commented on a change in pull request #8507: Allow customization of documentation icon and text
URL: https://github.com/apache/incubator-superset/pull/8507#discussion_r342901914
 
 

 ##########
 File path: superset/templates/appbuilder/navbar_right.html
 ##########
 @@ -41,9 +44,18 @@
   <a
     tabindex="-1"
     href="{{ documentation_url }}"
-    title="Documentation"
+    title="{{ documentation_text }}"
+    target="_blank"
   >
+  {% if documentation_icon %}
+    <img
+      width="{{ documentation_icon_width }}"
 
 Review comment:
   Set to 100% 👍 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org