Skip to content

Fix link issues with labels on project/group labels pages

Tanya Pazitny requested to merge tpazitny/gitlab-ce:gitlab-issue-54894 into master

What does this MR do?

Summary of issues fixed:

  1. On the project labels page, the label itself should not be clickable.
  2. On the group labels page, the links for Issues and Merge requests should be shown.

@ddavison I added a lot more detail in a comment on the issue #54894 (closed). Please let me know if you think I've hit on the right solution or not!

Before screenshots:

(Note: there is a link within the div.) Screenshot_2018-12-28_00.03.50

(Note: there are not links for Issues and Merge requests.) Screenshot_2018-12-28_00.03.05

After screenshots:

(Note: there is no link within the div.) Screenshot_2018-12-28_00.00.19

(Note: there are links for Issues and Merge requests.) Screenshot_2018-12-28_00.02.10

What are the relevant issue numbers?

Solves #54894 (closed).

Does this MR meet the acceptance criteria?

Edited by Tanya Pazitny

Merge request reports