Project

General

Profile

Actions

Feature #43885

closed

Align issue previous/next link styling with pagination buttons

Added by Go MAEDA about 1 month ago. Updated 12 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Issues
Target version:
Resolution:
Fixed

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

Actions #1

Updated by Go MAEDA about 1 month ago

  • Target version set to Candidate for next major release
Actions #2

Updated by Go MAEDA about 1 month ago

  • Target version changed from Candidate for next major release to 7.0.0

Setting the target version to 7.0.0.

Actions #3

Updated by Go MAEDA 23 days ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the patches in r24543 and r24544.

Actions #4

Updated by Go MAEDA 13 days ago

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.

Actions #5

Updated by Go MAEDA 12 days ago

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

Actions

Also available in: Atom PDF