Feature #43885
closed
Align issue previous/next link styling with pagination buttons
Added by Go MAEDA 2 months ago.
Updated about 1 month ago.
Description
The attached patch changes the styling of the issue previous/next links to match the pagination buttons used elsewhere in Redmine.
Currently, the previous/next links on the issue details page are displayed as plain text links. As a result, the clickable area is limited to the text itself, which makes the navigation target feel narrow. The links are also less visually prominent, so they can be easy to miss.
Using the existing pagination button style for these links would improve both usability and visibility. It would provide a larger clickable area and make the navigation controls easier to recognize at a glance.
Before:


After:


Files
- Target version set to Candidate for next major release
- Target version changed from Candidate for next major release to 7.0.0
Setting the target version to 7.0.0.
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
The item position in the pagination is missing the expected padding when link_to_if does not generate a link. The attached patch fixes the issue by wrapping the position text in a `span` when it is displayed without a link.

- Status changed from Reopened to Closed
Go MAEDA wrote in #note-4:
The item position in the pagination is missing the expected padding when link_to_if does not generate a link. The attached patch fixes the issue by wrapping the position text in a `span` when it is displayed without a link.
Committed the fix in r24569.
Also available in: Atom
PDF