Skip to content
Snippets Groups Projects
Commit 6bc1ce2c authored by Sophie Servan (DESY)'s avatar Sophie Servan (DESY)
Browse files

fix table size

parent 9e0267f4
No related branches found
No related tags found
No related merge requests found
Pipeline #236827 passed
......@@ -95,7 +95,8 @@ Here we list all the current funding opportunities for FAIR- and open science- r
<th>Estimated chances</th>
<th>More details</th>
</tr>
{% for i in (0..projectTitle.size) %}
{% assign TableSize = projectTitle.size | minus: 1 %}
{% for i in (0..TableSize) %}
<tr>
<td class='left'>{{ projectTitle[i] }}</td>
<td>{{ projectFeas[i] }}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment