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

Fixed create new backup link as a turbo_method and hid the baumspage importer

This commit is contained in:
2026-01-08 23:51:16 -05:00
parent 6b5308360e
commit 608999cb51
2 changed files with 4 additions and 4 deletions

View File

@@ -111,6 +111,6 @@
</tbody> </tbody>
</table> </table>
<% if can? :manage, @school %> <%# if can? :manage, @school %>
<%= render 'baums_roster_import' %> <%#= render 'baums_roster_import' %>
<% end %> <%# end %>

View File

@@ -8,7 +8,7 @@ and will also delete all of your current data. It's best to use the create backu
<tr> <tr>
<th>Backup Created At</th> <th>Backup Created At</th>
<th>Backup Reason</th> <th>Backup Reason</th>
<th><%= link_to ' Create New Backup', tournament_tournament_backups_path(@tournament), method: :post, class: 'fas fa-plus'%></th> <th><%= link_to ' Create New Backup', tournament_tournament_backups_path(@tournament), turbo_method: :post, class: 'fas fa-plus'%></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>