1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +00:00

Fixed reset password after the Devise migration.

This commit is contained in:
2025-04-14 14:25:40 -04:00
parent 4828d9b876
commit 01a499cc45
18 changed files with 383 additions and 158 deletions

View File

@@ -9,6 +9,19 @@
</div>
<% end %>
<% if (can? :manage, @tournament) && @tournament.has_active_jobs? %>
<div class="alert alert-info">
<strong>Background Jobs In Progress</strong>
<p>The following background jobs are currently running:</p>
<ul>
<% @tournament.active_jobs.each do |job| %>
<li><%= job.job_name %> - <%= job.status %> <%= "(#{job.details})" if job.details.present? %></li>
<% end %>
</ul>
<p>Please refresh the page to check progress.</p>
</div>
<% end %>
<p>
<strong>Address:</strong>
<%= @tournament.address %>