File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ GitHub Pages. It is already live on
17
17
18
18
- We cannot read file sizes or modification times on GitHub Pages, so we
19
19
manually populate this data with JSON files.
20
+ - The download confirmation page has been removed in favor of direct links.
20
21
- Banner and Open Hub randomization now require JavaScript to be enabled.
21
22
- The "Changes since last visit" and "Website Statistics" features have been
22
23
removed.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2 class='modal-title'>{{ include.title }}</h2>
19
19
</ p > < p >
20
20
Or you can try out the 2 self-installing models on < a href ="/ "> our home page</ a > - both free of charge.
21
21
</ p > < p class ="text-right ">
22
- < a href =' /download/program/confirm.php? file={{ include.download_file }} ' class =' btn download_button ' > Download</ a >
22
+ < a href =" {% include file_url.html file=include.file %} " class =" btn download_button " > Download</ a >
23
23
< button type ="button " data-dismiss ="modal " aria-hidden ="true " class ="btn btn-default cancel_button "> Cancel</ button >
24
24
</ p >
25
25
</ div > <!-- End of Modal body -->
Original file line number Diff line number Diff line change 29
29
30
30
</ div >
31
31
32
- {%- include program/preamble.html modal="modal1" title="Download Open Rails" file="download_stable " -%}
32
+ {%- include program/preamble.html modal="modal1" title="Download Open Rails" file="stable_installer " -%}
33
33
34
34
<!-- Modal -->
35
35
< style >
You can’t perform that action at this time.
0 commit comments