You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/31 15:41:39 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another
URL: https://github.com/apache/airflow/pull/7305#discussion_r373544124
 
 

 ##########
 File path: airflow/www/templates/airflow/code.html
 ##########
 @@ -19,9 +19,7 @@
 
 {% extends "airflow/master.html" %}
 
-{% block title %}
-    {{ title }}
-{% endblock %}
+{% block page_title %}{{ dag.dag_id }} - code - Airflow{% endblock %}
 
 Review comment:
   ```suggestion
   {% block page_title %}{{ dag.dag_id }} - Code - Airflow{% endblock %}
   ```

----------------------------------------------------------------
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