Skip to content

Commit

Permalink
Fixed scrambles page to show JAR name instead of GitHub link (#8906)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-027 authored Feb 12, 2024
1 parent 5cbfe0a commit 66f98d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WcaOnRails/app/views/regulations/scrambles.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<center>
<span style="font-size: 200%; line-height: 150%; padding: 0.5em;">
Download the official scramble program:<br/>
<strong><%= link_to latest_jarfilename, latest_jarfilename %></strong>
<strong><%= link_to latest_version, latest_jarfilename %></strong>
</span>
<br/>
Last official change: January 22nd, 2024
Expand Down

0 comments on commit 66f98d3

Please sign in to comment.