Fixed job number to work with broadcast in jobs#index

This commit is contained in:
2025-07-23 15:52:55 +02:00
parent e1c6a90830
commit a01ac2203e
5 changed files with 24 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
<th class="w-1 p-2 py-3 text-center">Action</th>
</tr>
</thead>
<tbody id='jobs' class="divide-y divivde-gray-300">
<tbody id="jobs" class="divide-y divivde-gray-300">
<%= render partial: "job_tr", collection: @jobs, as: :job, locals: { no_turbo_stream: @no_turbo_stream } %>
</tbody>
</table>