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 e11c050 commit d09de3aCopy full SHA for d09de3a
Gemfile
@@ -5,6 +5,7 @@ gem "webrick", "~> 1.8.1"
5
gem "jekyll", "~> 4.3.2"
6
gem "jemoji", "~> 0.13.0"
7
gem "kramdown-parser-gfm", "~> 1.1"
8
+gem "csv"
9
10
group :jekyll_plugins do
11
gem "jekyll-redirect-from", "~> 0.16.0"
_includes/table.html
@@ -328,7 +328,7 @@ <h5 class="modal-title">Publications</h5>
328
</td>
329
<td>
330
{% if tool.nci-if89 != blank %} {%- for if89 in tool.nci-if89 %}
331
- <span class="badge text-bg-light mb-2">{{nci-if89}}</span>
+ <span class="badge text-bg-light mb-2">{{if89}}</span>
332
{%- endfor %} {%- endif %}
333
334
0 commit comments