We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f293ab9 commit 070b965Copy full SHA for 070b965
blacklist/index.html
@@ -40,7 +40,7 @@
40
{% endif %}
41
</td>
42
<td class="blacklist-versions">
43
- {% if item.versions %}{{ item.versions | join: ", " | xml_escape }}{% else %}all{% endif %}
+ {% if item.pluginversions %}{{ item.pluginversions | join: ", " | xml_escape }}{% else %}all{% endif %}
44
45
<td class="blacklist-octoversions">
46
{% if item.octoversions %}{{ item.octoversions | join: ", " | xml_escape }}{% else %}all{% endif %}
0 commit comments