Skip to content

Commit 269fb15

Browse files
committed
Fix
1 parent 61dc3c3 commit 269fb15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • apps/codebattle/lib/codebattle_web/templates/support_tournament

apps/codebattle/lib/codebattle_web/templates/support_tournament/index.html.heex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@
100100
<tr>
101101
<td class="align-middle text-white cb-border-color">{group_tournament.id}</td>
102102
<td class="align-middle text-white cb-border-color">{group_tournament.name}</td>
103-
<td class="align-middle text-white cb-border-color">{group_tournament.user_id}</td>
103+
<td class="align-middle text-white cb-border-color">
104+
{group_tournament.user_id}
105+
</td>
104106
<td class="align-middle text-white cb-border-color">
105107
<%= if group_tournament.token do %>
106108
<div class="d-flex align-items-center">

0 commit comments

Comments
 (0)