zacharya19 commented on a change in pull request #8897:
URL: https://github.com/apache/airflow/pull/8897#discussion_r426428010
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -116,7 +116,9 @@ <h2>DAGs</h2>
<div style="float: right; max-width: 70%; text-align: right;
line-height: 160%;">
{% for tag in dag.tags | sort(attribute='name') %}
- <span class="label label-success" style="margin: 3px;">{{
tag.name }}</span>
+ <a class="label label-success"
+ href = "?tags={{ tag.name }}"
Review comment:
```suggestion
href="?tags={{ tag.name }}"
```
----------------------------------------------------------------
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:
[email protected]