[
https://issues.apache.org/jira/browse/AIRFLOW-5067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895389#comment-16895389
]
ASF GitHub Bot commented on AIRFLOW-5067:
-----------------------------------------
adamhopkinson commented on pull request #5682: [AIRFLOW-5067] Update pagination
symbols
URL: https://github.com/apache/airflow/pull/5682
### Jira
My PR addresses the following [Airflow Jira: Fix symbols used in pagination
UI](https://issues.apache.org/jira/browse/AIRFLOW-5067) issues and references
them in the PR title.
### Description
Update pagination symbols from using lt & gt (< & >)to lsaquo & rsaquo (‹ &
›), which match the symbols used for first & last.
### Tests
My PR does not need testing because it's a minor UI change (almost a typo)
### Commits
I'm not sure that my commits all reference Jira issues in their subject
lines - the PR does though
----------------------------------------------------------------
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]
> Fix symbols used in pagination UI
> ---------------------------------
>
> Key: AIRFLOW-5067
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5067
> Project: Apache Airflow
> Issue Type: Improvement
> Components: ui
> Affects Versions: 1.10.2
> Reporter: Adam Hopkinson
> Priority: Trivial
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> The pagination currently uses:
> * {{lsquo - «}}
> * {{lt - <}}
> * {{gt - >}}
> * {{rsquo - »}}
> Change this to:
> * {{lsquo - «}}
> * {{lsaquo -‹}}
> * {{rsaquo - ›}}
> * {{rsquo - »}}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)