Feature #43885
openAlign issue previous/next link styling with pagination buttons
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
Updated by Go MAEDA about 9 hours ago
- File clipboard-202604091242-bcq8m.png clipboard-202604091242-bcq8m.png added
- File 0001-Wrap-issue-position-text-in-span-when-not-linked.patch 0001-Wrap-issue-position-text-in-span-when-not-linked.patch added
- Status changed from Closed to Reopened
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.
