-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add links to legacy forum threads on beatmapset pages that don't use moddingv2 #1995
Conversation
…on't have moddingv2 enabled
@@ -195,6 +195,14 @@ class BeatmapsetPage.Header extends React.Component | |||
icon: 'comments-o' | |||
props: | |||
href: laroute.route 'beatmapsets.discussion', beatmapset: @props.beatmapset.id | |||
else if @props.beatmapset.legacy_thread_url |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -81,6 +81,7 @@ | |||
'base' => 'https://osu.ppy.sh', | |||
'dev' => 'https://discord.gg/ppy', | |||
'installer' => 'https://m1.ppy.sh/r/osu!install.exe', | |||
'legacy-forum-thread-prefix' => '/forum/t/', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
60b0cc7
to
448f31b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if want "if not ... then ... else ..." but ┐(°~° )┌
It hasn't been deployed yet. |
fixes #1946