1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 21:33:48 +00:00

Fixed calculate team scores button, fixed import button, fixed deleting a mat causing match deletes

This commit is contained in:
2026-01-10 23:39:23 -05:00
parent af1f8df4b6
commit b4bca8f10a
3 changed files with 3 additions and 3 deletions

View File

@@ -34,5 +34,5 @@ and will also delete all of your current data. It's best to use the create backu
<%= f.label 'Import text' %><br>
<%= f.text_area :import_text, cols: "30", rows: "20" %>
</div>
<%= submit_tag "Import", class: "btn btn-success", data: { confirm: 'Are you sure? This will delete everything for the current tournament and restore it with the backup text pasted below.' } %>
<%= submit_tag "Import", class: "btn btn-success", data: { turbo_confirm: 'Are you sure? This will delete everything for the current tournament and restore it with the backup text pasted below.' } %>
<% end %>