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

Fixed create new backup link syntax for turbo_method and made the assign_next_match button a turbo_method

This commit is contained in:
2026-01-08 23:59:33 -05:00
parent 608999cb51
commit cfd3e7aecd
2 changed files with 2 additions and 2 deletions

View File

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