Update to Quarkus 2.5.1 and resteasy reactive
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<hr />
|
||||
<table style="table-layout: fixed; text-align: center">
|
||||
{#each info.content}
|
||||
{#if count.mod(3) == 1}
|
||||
{#if it_count.mod(3) == 1}
|
||||
<tr>
|
||||
{/if}
|
||||
<td>
|
||||
@@ -38,7 +38,7 @@
|
||||
<a href="{it.directUrl}">
|
||||
{/if}{it.filename}</a>
|
||||
</td>
|
||||
{#if count.mod(3) == 0}
|
||||
{#if it_count.mod(3) == 0}
|
||||
</tr>
|
||||
{/if}
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user