1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Made the all results page grouping better and fixed the advance wrestler job.

This commit is contained in:
2025-04-17 17:34:34 -04:00
parent ed7186e5ce
commit 44fb5388b4
6 changed files with 33 additions and 13 deletions

View File

@@ -46,6 +46,7 @@
<p id="alert" class="alert alert-danger alert-dismissible"><a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a><%= alert %></p>
<% end %>
<div id="view" style="overflow-x: auto; overflow-y: hidden;"> <%# Horizontal scroll only %>
<br><br>
<%= yield %>
</div>
</div>