Skip to content
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 2024-01-01 and 2025-01-01 Regulations to History #10480

Merged
merged 3 commits into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions app/views/regulations/history.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
<p>Until 2011, the Regulations were maintained by Ron van Bruchem and the WCA Board. Since then, the <%= mail_to "[email protected]", "WCA Regulations Committee" %> is in charge of them.<br />For the 2013 release, the Regulations were split into two documents: the Regulations and the Guidelines.</p>
<p>Here are all past and current versions of the Regulations.</p>
<ul>
<li><%= link_to "2023-08-01", "./official/2023-08-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2023-02-01...official-2023-08-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-august-2023" %>)</li>
<u1>
<li><%= link_to "2025-01-01", "./official/2025-01-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2024-01-01...official-2025-01-01-fixed#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-january-2025" %>)</li>
<li><%= link_to "2024-01-01", "./official/2024-01-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2023-08-01...official-2024-01-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-january-2024" %>)</li>
<li><%= link_to "2023-08-01", "./official/2023-08-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2023-02-01...official-2023-08-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-august-2023" %>)
<ul>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you opening a new ul here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Versions of the same year should be displayed in a nested list (for some reason I'm unaware of). See here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks!

<li><%= link_to "2023-02-01", "./official/2023-02-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2022-06-01...official-2023-02-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-february-2023" %>)</li>
</u1>
</ul>
</li>
<li><%= link_to "2022-06-01", "./official/2022-06-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2022-01-01...official-2022-06-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-june-2022" %>)
<ul>
<li><%= link_to "2022-01-01", "./official/2022-01-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2021-05-01...official-2022-01-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-january-2022" %>)</li>
</ul>
</li>
<li><%= link_to "2021-05-01", "./official/2021-05-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2020-08-01...official-2021-05-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-may-2021" %>)
<li><%= link_to "2021-05-01", "./official/2021-05-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2020-08-01...official-2021-05-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-may-2021" %>)</li>
<li><%= link_to "2020-08-01", "./official/2020-08-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2020-01-01...official-2020-08-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-august-2020" %>)
<ul>
<li><%= link_to "2020-01-01", "./official/2020-01-01/" %> (<%= link_to "Changes", "https://github.com/thewca/wca-regulations/compare/official-2019-05-01...official-2020-01-01#files_bucket" %>, <%= link_to "Summarized Changes", "https://www.worldcubeassociation.org/posts/wca-regulations-january-2020" %>)</li>
Expand Down
Loading