We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103bf7 commit 10666a1Copy full SHA for 10666a1
_includes/downloads-list.html
@@ -2,7 +2,7 @@
2
{% for download in downloads %}
3
<div class="buttons">
4
<a rel="nofollow" role="button" class="button" href="https://download.servo.org/{{download.href}}" style="width: 22ch;">{{download.name}}</a>
5
- <span class="button is-static" id="date-{{download.key}}" style="width: 10ch;">?</span>
+ <span class="button is-static" disabled id="date-{{download.key}}" style="width: 10ch;">?</span>
6
<a rel="nofollow" role="button" class="button" style="width: 7ch;" href="https://download.servo.org/{{download.sha256}}">sha256</a>
7
</div>
8
{% endfor %}
0 commit comments