Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904888 - Invalid "Shortcuts" links on the package's "Bugs" page
Summary: Invalid "Shortcuts" links on the package's "Bugs" page
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Packages Website
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-23 16:55 UTC by Alexander Kurakin
Modified: 2023-04-25 15:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kurakin 2023-04-23 16:55:32 UTC
There are "Shortcuts" links on the package's "Bugs" page.
Let's see where they refer to:

* Packages Bugs (27)
=> `#packages
the anchor exists but seems like it refers not to "Bug reports" section.

* Stabilization Bugs (1)
=> `#stabilization`
the anchor doesn't exist.

* Keywording Bugs (1)
=> `#keywording`
the anchor doesn't exist
Comment 1 Larry the Git Cow gentoo-dev 2023-04-25 14:48:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/sites/soko.git/commit/?id=3c5c8469021076a7214439329c5bc0ccee6026d9

commit 3c5c8469021076a7214439329c5bc0ccee6026d9
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2023-04-25 13:23:05 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2023-04-25 13:23:05 +0000

    app/package/bugs: fix sidebar shortcuts
    
    Closes: https://bugs.gentoo.org/904888
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 web/templates/packages/components/bugs.tmpl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 2 Alexander Kurakin 2023-04-25 15:00:47 UTC
Thanks!